That's kind of tough.
I think if you would do it like this:
Code:
<div id="blah">
...
</div>
whatever's inside the div would be conrolled by:
Code:
document.getElementById("blah")
However. I am not sure how to get the images in between. I've never heard that before - div-tags hiding images in Netscape. Read up on JavaScript
here, to find out.

The docs are your friend!
Till