 /*Code Compressed with JS Code Compressor v.1.0.3 - http://www.sarmal.com/*/var gSeguridad_campoModoOperacion = "hModoOperacion";var gSeguridad_paginaPopupRecordarContrasena  = Configuracion.URL + "Seguridad/RecordarContrasena.aspx";var anchoVentanaPopupRecordarContrasena = 600;var altoVentanaPopupRecordarContrasena = 290;var gSeguridad_paginaRegistrarse  = Configuracion.URL + "Seguridad/Registrarse/Registrarse.aspx";Seguridad = new Seguridad();function Seguridad(){this.modoOperacion = gSeguridad_campoModoOperacion;this.formulario = 0;this.ASPX_RECORDAR_CONTRASENA = gSeguridad_paginaPopupRecordarContrasena;this.ASPX_REGISTRARSE = gSeguridad_paginaRegistrarse;};Seguridad.MODO_ACEPTAR = "A";Seguridad.PARAM_ID   = "ID";Seguridad.PARAM_MODO = "Modo";Seguridad.Aceptar = function(){Seguridad.Ejecutar(Seguridad.MODO_ACEPTAR);};Seguridad.Ejecutar = function(modoOperacion){var formulario = document.forms[this.formulario];var campoModoOperacion = eval ("formulario." + Seguridad.modoOperacion);if (this.Validar()){if (typeof campoModoOperacion) campoModoOperacion.value = modoOperacion;var f = document.forms[this.formulario];f.submit();}};Seguridad.Validar = function (){if (typeof(valgen_validarFormulario) != "undefined"){GestorValidacionGenerica.validacionExclusiva = false;if (valgen_validarFormulario(Seguridad.formulario)){return true;}}else alert("Objeto Validación Genérica no se encuentran definido.");return false;};Seguridad.RecordarContrasena = function(){var ventana = this.ASPX_RECORDAR_CONTRASENA;var anchoVentana = anchoVentanaPopupRecordarContrasena;var altoVentana = altoVentanaPopupRecordarContrasena;var opcionesVentana = "";var features="dialogWidth:"+anchoVentana+"px;dialogHeight:"+altoVentana+"px;resizable:no;scroll:no;center:yes;resizeable:no;status:no;help:no;unadorned:no;edge: raised";var argumentos = new Object();if (typeof(util_escapar)=="undefined"){alert("util_escapar NO definido");return;}var parametros = "";if (parametros != "")	ventana += "?" + parametros;if (typeof(gvis_OBJVENTANA)!="undefined"){oVentana = gvis_OBJVENTANA.abrirVentanaCentrada(ventana,opcionesVentana,anchoVentana,altoVentana);}else alert("Usuarios: Objeto gvis_OBJVENTANA no definido");};Seguridad.Registrarse = function(){window.location.href = this.ASPX_REGISTRARSE;};Seguridad.SetTitulosEstiloPrivado = function(){};