// JavaScript Document
    abierta= false;
	n= "";
	v= "";
	vv= "";
	f= "";
	ff= "";
	ser="";
	popup= "";
	v="";
	vv="";

    f_estanco="width=460,height=345";
    w_estanco="width=475,height=360";
    f_libandreu="width=250,height=150";
    w_libandreu="width=280,height=195";
    f_arbol="width=330,height=160";
    w_arbol="width=350,height=180";
	w_bus="width=720, height=460";
    w_monasterio="width=250, height=490";
    w_ucam="width=250, height=430";
    w_ermita="width=250, height=150";
    f_v_gen="width=260,height=380";
    w_v_gen= "width=280,height=400";
	f_h_gen= "width=260,height=130";
	w_h_gen= "width=280,height=150";
	v_vent= "width=220, height=320";
	h_vent=" width=600, height=275";
    v_foto= "width=200, height=300";
	h_foto= "width=450, height=300";
    f_v_gen= "width=260,height=380";
    h_dvent= "width=650, height=450";


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'>");
	f_estanco="width=590,height=440";
	w_estanco="width=610,height=460";
	f_libandreu="width=340,height=230";
	w_libandreu="width=360,height=250";
	w_bus="width=940, height=590";
	h_vent="width=800, height=465";
 	v_foto= "width=267, height=400";
	v_vent= "width=290, height=420";
	h_foto= "width=600, height=400";
	break
}

function servicios(ser, vv){
if (abierta){popup.close();abierta=false;} 
v=vv;
f=ff;
popup=window.open(ser,"ventserv",v+",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",v+",menubar=no, toolbar=no,location=no,resizable=no,scrollbars=no,status=no, left=0, top=0");*/
popup=window.open("foto.htm","",v+",menubar=no, toolbar=no,location=no,resizable=no,scrollbars=no,status=no, left=0, top=0");
popup.focus();
abierta=true;
}

function contenedores(){
ser="serrec.htm#contenedores";
servicios (ser);
}
