Ingreso = false; // Esto se sobreescribe si se logra cargar Ingreso desde fitweb3 if (window.console && window.console.firebug && !(/localhost|127.0.0.1/.test(document.location.hostname))) { window.location = "html/seguridad.htm"; } function abrir() { if (Ingreso && document.location.hash != "#2") { Ingreso.abrir(document.getElementsByName("usuario")[0].value, document.getElementsByName("password")[0].value); return false; } else { var nombre=("fb"+Math.random()*10000000000).substring(0,10); var ventana = window.open("about:blank", nombre, "status=1,scrollbars=0,resizable=1," + "width=600,height=400,left=" + (screen.availWidth / 2 - 300) + ",top=" + (screen.availHeight / 2 - 200) + ""); ventana.resizeTo(600, 400); ventana.document.write("