<!--
function cambiarfoto(name){
	oFoto1 = new Image();
	oFoto1.src = name;
	oFoto1.onLoad = resize1();
}

function vertour(url){
	window.open(url,"_blank","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,height=370,width=500");
}
//-->
