function ver_aviso(ln_){ window.open('/inmo/mod/creditos/default.asp?archivo=aviso_legal.asp&ln='+ln_,'aviso','width=350, height=380, top=10, left=10'); } function ver_politica(ln_){ window.open('/inmo/mod/creditos/default.asp?archivo=pol_privacidad.asp&ln='+ln_,'politica','width=350, height=400, top=10, left=10'); } function ver_creditos(ln_){ window.open('/inmo/mod/creditos/default.asp?archivo=creditos.asp&ln='+ln_,'creditos','width=350, height=280, top=10, left=10'); } // FUNCIONES PARA DESABILITAR EL BOTÓN DERECHO E INTRODUCIR UN TEXTO EN LA BARRA DE ESTADO // Barra de estado function hidestatus() { window.status='inmoabril.com' return true } if (document.layers) document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT) document.onmouseover=hidestatus document.onclick=hidestatus document.onmouseout=hidestatus // Botón derecho /* var message=""; function clickIE() {if (document.all) {(message);return false;}} function clickNS(e) {if (document.layers||(document.getElementById&&!document.all)) { if (e.which==2||e.which==3) {(message);return false;}}} if (document.layers) {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;} else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;} document.oncontextmenu=new Function("return false") */