Here is my code:
and then
onMouseover="change1('pic1','image2')"
onMouseout="change1('pic1','image_off')">
for the different thumbnails...
i tried
function change2(picName,imgName,Delay)
{
if (document.images)
{
imgOn=eval(imgName + ".src");
document[picName].src= imgOn;
}
delay? setTimeout(execute,delay) : execute();
}
and then:
onMouseout="change2('pic1','image_off',500)">
but that didn't seem to work.
Any help would be greatly appreciated








Sign In »
Register Now!
Help

MultiQuote