// Rollover graphics and functions...

function imgSwap(imgOld,imgNew) {
if (document.images) 
{document.images[imgOld].src = eval(imgNew + ".src");}
}
