// JavaScript Document
function rollover(imagename, newsrc){
	document.images[imagename].src=newsrc
}
