function olvidar_datos(){ window.open('/web/doc/ventana.asp?url=olvidar_datos.asp','olvido','width=350, height=275, top=10, left=10'); } function ventana(url_,ancho,alto){ window.open('/web/doc/ventana.asp?url='+url_,'ventana','width='+ancho+',height='+alto+',top=10, left=10'); } function ir_a(loc_){ self.location.href=loc_; } function cambia_color(src_,color_){ src_.bgColor=color_ } function hidestatus() { window.status='deibi.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")