function Rollover(imgName, target) {
	if (document.images){
		imgchange = "/pics/"+imgName+".gif";
		document[target].src = imgchange;
	}
}
