Well nuts.  I ditched the hide/unhide method because IE8+ wasn't compressing and expanding the DIVs properly. So if I hid gallery 1-3 and unhid gallery 4 then the user had to scroll passed a bunch of blank space to get to the last one.

I'll have to undo all that and just hide and unhide the actual DIVs....jquery or something.

Well, thanks for the response, I appreciate it!

Whenever I put a gallery into an iframe I lose the expand button.  Is that by design?  Is there no way to expand outside of the iframe then go back?

I would greatly appreciate any help!

Thank you very much for that! It worked great.

I have a page loading 4 galleries.  On the body tag I used JavaScript for Onload and told it to hide galleries 2, 3 and 4.  However they show anyway:

<body onload="Gallery2.showGallery(false); Gallery3.showGallery(false); Gallery4.showGallery(false)">

http://www.emlayfamily.com/

The hiding of the galleries works fine using the buttons.

How can I hide all but one when the page loads?

Thanks for any help!