Okay, I am working on this problem again. I was able to get an iFrame to work in a new HTML document, but am still a little confused on 1 thing...

What I don't understand is how to create the iframe for all 8 buttons. In other words, I have this bit of code in my default HTML:

Code:
<iframe src="altunha/altunha.jpg"  style="left: 163px; top: 300px; 
width: 621px; height: 389px; position: absolute;" 
scrolling="no" name="myInlineFrame" 
frameborder=no>Put Altun HA text here for no image browsers</iframe>
I am able to get the iFrame (in my test HTML pages) to insert in the correct "frame" but how do I insert the other pages into this frame on the click of the other roll-overs?

Thanks for any help, it is much appreciated.