function rollover(imgid,imgfile ){
if(document.layers) document.images[imgid].src = imgfile;
else document.getElementById(imgid).src = imgfile;}