function rollover(name,path){
	document.images[name].src=path;
}
