<!--
function verific(frm)
{
if(frm.login.value.length > 0 && frm.pass.value.length > 0)
{
return true;
}
return false;
}
-->