new function(){
	var o = document.getElementById("lembrete_senha");
	o && (o.onclick = function(){
		window.open(this, 'lembrarSenha', 'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=360,height=130');
		return false;
	});
}