function abrir_creditos(url_,ancho_,alto_,scroll){ url_final='/web/web/creditos/'+url_+'.asp'; window.open(url_final,url_,'width='+ancho_+',height='+alto_+', scrollbars='+scroll); } function cambia_check(checkbox){ eval('document.form1.'+checkbox+'.checked=!document.form1.'+checkbox+'.checked;') } function cambia_tipo(){ document.frmbusqueda.action='/web/adm/hoteles/nuevo.asp?tipo='+document.frmbusqueda.tipo.value; document.frmbusqueda.submit(); } function relaciona_zona(id_localidad){ //alert(id_localidad); switch (id_localidad) { default: break; } } function buscar_ciudad(){ //if(document.buscador.txt_iso_paises.value!='' && document.buscador.txt_ciudad_02.value!='' && document.buscador.txt_ciudad_02.value.length>2){ if(document.frmbusqueda.id_zona.value!=''){ document.frmbusqueda.action='/web/web/default.asp?'; setTimeout("document.frmbusqueda.submit()",500); } } //// favoritos/inicio function addbookmark(){ if(document.all) window.external.AddFavorite('http://www.hotelesenbenidorm.com','Hoteles en Benidorm'); } function makeHomePage(o){ if(document.all) { o.style.behavior='url(#default#homepage)'; o.setHomePage('http://www.hotelesenbenidorm.com'); } return false; } function ampliar_foto(foto_,ancho_, alto_){ window.open('/web/web/doc/img_popup.asp?archivo=medio.asp&foto='+foto_,'imagen','width='+ancho_+', height='+alto_+', top=10, left=10'); } function ampliar_foto_oferta(foto_,ancho_, alto_){ window.open('/web/web/doc/img_popup_oferta.asp?archivo=medio.asp&foto='+foto_,'imagen','width='+ancho_+', height='+alto_+', top=10, left=10'); }