// JavaScript Document
	n= "";
	v= "";
	vv= "";
	f= "";
	ff= "";
    v_foto= "width=200, height=300";
	v_vent= "width=220, height=320";
	h_foto= "width=450, height=300";
	w_h_gen= "width=280,height=150";
	f_h_gen= "width=260,height=130";
    f_v_gen= "width=260,height=380";
    w_v_gen= "width=280,height=400";
	h_vent= "width=470, height=320";
    h_dvent= "width=650, height=450";
	w_monasterio="width=250, height=490";
	w_ucam="width=250, height=430";

	abierta= false;
	popup= "";


document.write("<LINK REL='stylesheet' HREF='800.css' TYPE='text/css'>");
switch (screen.width) { 
	case 1024:
	document.write("<LINK REL='stylesheet' HREF='1024.css' TYPE='text/css'>");
 	v_foto= "width=267, height=400";
	v_vent= "width=290, height=420";
	h_foto= "width=600, height=400";
	h_vent= "width=620, height=420";
	w_monasterio="width=250, height=490";
	w_ucam="width=250, height=430";

	break
}

function servicios(ser, vv){
if (abierta){popup.close();abierta=false;} 
v=vv;
popup=window.open(ser,"ventserv",vv+",menubar=no, toolbar=no,location=no,resizable=yes,scrollbars=yes,status=no,left=0, top=0");
popup.focus();
abierta=true
}

function muestraURL(){
	popup.location=document.formul.url.value;	
}

function ventana(n, vv,ff){
if (abierta){popup.close();abierta=false;} 
v=vv;
f=ff;
popup=window.open("foto.htm","miventana",vv+",menubar=no, toolbar=no,location=no,resizable=no,scrollbars=no,status=no, left=0, top=0");
popup.focus();
abierta=true;
}
