
posx = (screen.availWidth - 517) / 2
posy = (screen.availHeight - 480 - 40) / 2

if (navigator.appName == "Microsoft Internet Explorer") {
	function winmapa1(){window.open('mapa.htm','1','height=480, width=517,scrollbars=yes top=' + posy + ' left=' + posx );}
	function winmetro1(){window.open('metro-bus.htm','2','height=480, width=517,scrollbars=yes top=' + posy + ' left=' + posx );}
	function winestudio1(){
		posx = (screen.availWidth - 360) / 2;
		posy = (screen.availHeight - 470 - 40) / 2;
		window.open('metro-bus.htm','3','height=470, width=360,scrollbars=no top=' + posy + ' left=' + posx );
	}
	function winapartamento1(){
		posx = (screen.availWidth - 360) / 2;
		posy = (screen.availHeight - 470 - 40) / 2;
		window.open('apartamento.htm','4','height=470, width=360,scrollbars=no top=' + posy + ' left=' + posx );
	}
	function winprecio1(){
		posx = (screen.availWidth - 360) / 2;
		posy = (screen.availHeight - 470 - 40) / 2;
		window.open('precio.php','5','height=470, width=360,scrollbars=no top=' + posy + ' left=' + posx );
	}
	function winreserva1(){
		posx = (screen.availWidth - 530) / 2;
		posy = (screen.availHeight - 470 - 40) / 2;
		window.open('reserva.php','6','height=470, width=530,scrollbars=yes top=' + posy + ' left=' + posx );
	}
}else {
	function winmapa1(){msgWindow=window.open("mapa.htm","1","toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,copyhistory=no,scrollbars=yes,width=517,height=480,screenY=0,screenX=0,left=" + posx + ",top=" + posy);}
	function winmetro1(){msgWindow=window.open("metro-bus.htm","2","toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,copyhistory=no,scrollbars=yes,width=517,height=480,screenY=0,screenX=0,left=" + posx + ",top=" + posy);}
	function winestudio1(){
		posx = (screen.availWidth - 360) / 2;
		posy = (screen.availHeight - 470 - 40) / 2;
		msgWindow=window.open("estudio.htm","3","toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,copyhistory=no,scrollbars=no,width=360,height=470,screenY=0,screenX=0,left=" + posx + ",top=" + posy);
	}
	function winapartamento1(){
		posx = (screen.availWidth - 360) / 2;
		posy = (screen.availHeight - 470 - 40) / 2;
		msgWindow=window.open("apartamento.htm","4","toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,copyhistory=no,scrollbars=no,width=360,height=470,screenY=0,screenX=0,left=" + posx + ",top=" + posy);
	}
	function winprecio1(){
		posx = (screen.availWidth - 360) / 2;
		posy = (screen.availHeight - 470 - 40) / 2;
		msgWindow=window.open("precio.php","4","toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,copyhistory=no,scrollbars=no,width=360,height=520,screenY=0,screenX=0,left=" + posx + ",top=" + posy);
	}
	function winreserva1(){
		posx = (screen.availWidth - 530) / 2;
		posy = (screen.availHeight - 470 - 40) / 2;
		msgWindow=window.open("reserva.php","5","toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,copyhistory=no,scrollbars=yes,width=530,height=520,screenY=0,screenX=0,left=" + posx + ",top=" + posy);
	}
  }

