<!--
function popup(u,x,y){
var y2=y-1;
var win=window.open("", "win", "toolbar=no,status=no,menubar=no,resizable=no,scrollbars=no,location=no,width="+x+",height="+y2+",top="+((screen.height/2)-(y2/2))+",left="+((screen.width/2)-(x/2)));
win.document.open("text/html", "replace");
win.document.write("<HTML><HEAD><TITLE>Hotel Posada Los Alamos</TITLE></HEAD>");
win.document.write("<BODY bgcolor=f0f0f0 background='../imgs/cargando.gif' onload='self.focus();' onblur='self.close();'>");
win.document.write("<div style='position:absolute;width:"+x+"px;height:"+y+"px;left:0px;top:0px'>");
win.document.write("<img src=../imgs/450/"+u+".jpg alt=cerrar></div></BODY></HTML>");
win.document.close();
win.document.focus();
}
function novedades(url,x,y) {
window.open(url,"popup","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width="+x+",height="+y+",top="+((screen.height/2)-(y/2))+",left="+((screen.width/2)-(x/2)));
}
function videos(url,x,y) {
window.open(url,"videos","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width="+x+",height="+y+",top="+((screen.height/2)-(y/2))+",left="+((screen.width/2)-(x/2)));
}
function cartas(url,x,y) {
window.open(url,"cartas","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width="+x+",height="+y+",top="+((screen.height/2)-(y/2))+",left="+((screen.width/2)-(x/2)));
}
function galeria(url,x,y) {
window.open(url,"galeria","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width="+x+",height="+y+",top="+((screen.height/2)-(y/2))+",left="+((screen.width/2)-(x/2)));
}
function salones(url,x,y) {
window.open(url,"salones","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width="+x+",height="+y+",top="+((screen.height/2)-(y/2))+",left="+((screen.width/2)-(x/2)));
}
function spa(url,x,y) {
window.open(url,"salones","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width="+x+",height="+y+",top="+((screen.height/2)-(y/2))+",left="+((screen.width/2)-(x/2)));
}
//End Script -->
