ok , i made the frameset page the index page and i renamed page1.html to music.html that will cover the frame parts. now you will need to do something like this to each page that will be found in this subdirectory:
make a link and call it Break out of Frames " or something
this is the choice you can give your viewers who might not want to be in frames (some people are like that)
its up to you that is why i put this instructions file in here so if you want to let it go without the break frames inplace you can go back later and read up on it.
the link will look like this
Break out of Frames
<a href="thislink.html" target="_top">Break out of Frames</a>
that will make the break out of frames there for them to use to get out of frames.
just make thislink.html the page that the link resides in so if it was on this page just put in <a href="instructions.htm" target="_top">Break out of frames</a>
and on any link leaving your site or your website you might want to throw the target="_top" in the link too.
so if a link was going to the site http://www.webtvresources.com/
and you had it in one of these framed pages you would make the link look like this
<a href="http://www.webtvresources.com" target=_top>WebtvResources.com</a>
ok that should do you good for now.
Karl