you have named the iframe target "_mainsection"
code:
<a href="maincontent.html" target="_mainsection">_home</a>
your iframe is named "mainsection"
code:
<iframe align="top" width="321" height="254" src="maincontent.html" name="mainsection" frameborder="0" scrolling="no"></iframe>
take away the underscore (_)