//ROLLOVER FUNCTION function swapImg(img2, img1) { document.images[img1].src = eval(img2 + ".src"); }