oo just thought of another way.
if you have alot of links in your nav, and dont want to add the target="blah" to them all.
before you close the head tag add a (minus the spaces)
<base target ="main">
</head>
<frameset>
<frame src ="blah.htm" name ="main">
</frameset>