You'll want to look into some of the other attributes of frames to customize it more. Google 'frame tag attributes'. I'm thinking:
Code:
<frameset rows="100%,1px">
<frame frameborder="0" noresize="noresize" src="intro.html">
<frame frameborder="0" style="visibility:invisible;" noresize="noresize" src="sound.html">
</frameset>
Now, about breaking out, everywhere you have this:
Code:
<A HREF="about.html" . . .
put this:
Code:
<A HREF="about.html" target="_top" . . .
for each link, or just put this under the title:
Code:
<TITLE>Welcome to the home of Titties</TITLE>
<base target="_top">
Bookmarks