I'm still looking into your request, but I noticed your existing code is not working in IE, and at least one other browser. That's because you have extra quote marks here:
Code:
<a href="webimages/large_makeupvector.jpg" onmouseout="MM_swapImgRestore()"
onmouseover="MM_swapImage('Image8','','webimages/frillthumbnails/thumbnail_makeup_over.gif',1)"
"rel="enlargeimage" rev="targetdiv:textboximage,trigger:click,preload:yes,fx:fade"><img src="webimages/frillthumbnails/thumbnail_makeup_up.gif" alt="Makeup Vector" name="Image8" width="72" height="86" border="0" id="Image8" /></a>
<a href="webimages/frillthumbnails/web_trc.jpg" onmouseout="MM_swapImgRestore()"
onmouseover="MM_swapImage('Image13','','webimages/frillthumbnails/thumbnail_trcweb_over.gif',1)"
"rel="enlargeimage" rev="targetdiv:textboximage,trigger:click,preload:yes,fx:fade"><img src="webimages/frillthumbnails/thumbnail_trcweb_up.gif" alt="TRC Website" name="Image13" width="72" height="86" border="0" id="Image13" /></a>
Bookmarks