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

