function rolover(imagen,path){
	document.images[imagen].src = path
}
