	function AbrirVentana(w,h,scroll) {
		var win= null;
		var winl = (screen.width-w)/2;
		var wint = (screen.height-h)/2;
		settings='height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',fullscreen=no,toolbar=no,location=no,directories=no,status=no,menubar=auto,resizable=yes'
	
		win=window.open("mapap.html","Foto",settings)
		
		if(parseInt(navigator.appVersion) >= 4){win.window.focus();}
	}
	function AbrirVentana1(w,h,scroll) {
		var win= null;
		var winl = (screen.width-w)/2;
		var wint = (screen.height-h)/2;
		settings='height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',fullscreen=no,toolbar=no,location=no,directories=no,status=no,menubar=auto,resizable=yes'
	
		win=window.open("mapal.html","Foto1",settings)
		
		if(parseInt(navigator.appVersion) >= 4){win.window.focus();}
	}
function AbrirVentana2(w,h,scroll) {
		var win= null;
		var winl = (screen.width-w)/2;
		var wint = (screen.height-h)/2;
		settings='height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',fullscreen=no,toolbar=no,location=no,directories=no,status=no,menubar=auto,resizable=yes'
		
		win=window.open("mapa2.html","Foto2",settings)
		
		if(parseInt(navigator.appVersion) >= 4){win.window.focus();}
	}