// JavaScript Document
function rollover (imgName,file) {
	document.images[imgName].src = "img/"+file;
}

