
function recordar()  {
foco=window.open('recordarclave.asp','Recuerdame','status=yes,scrollbars=yes,width=450,height=300');
 foco.focus();
}




