function Wnd_Abrir(URL, Nombre, Propiedades) { //v2.0
	window.open(URL, Nombre, Propiedades);
}

function Enmascarar() {
	document.Login.txtPwdFalsa.style.display = 'none';
	document.Login.txtPassword.style.display = 'block';
	document.Login.txtPassword.focus();
}
