Popup image NOT in "regular" window: how-to?
I have a functioning popup window effect, but once the window opens it stays there unless I manually close it. What I want is a "floating image" that appears onMouseOver and disappears onMouseOut. You can see my effect here: http://tedaltenberg.com/tech/websites.php (Roll over the first screenshot; still "under construction", excuse me). The code I have used here, in the img tag, is: onMouseOver="window.open('websites/giftedcalifornia_lg.png','mypicture','width=465, height=350');"
You can see an example of what I'm looking for here: http://www.intervac.com/summary.php?memid=USC4993 (Roll over any of the small images down the page... and yes, that's me/us.)
Is there a way to create the desired effect more simply than Intervac is doing it? (See source code for page above, and http://www.intervac.com/javascripts/filesearchhover.js)
Thanks,
Ted :)