<script>
	frmlogar.txtlogin.focus()

function lembrasenha(){

w = 300
h = 155
t = (screen.height / 2) -  (h / 2)
l = (screen.width /2) - (w / 2)

var newWindow= window.open('lembrarsenha.asp',"frmpeq","toolbar=no, location=no, directories=no, status=no,menubar=no,scrollbars=yes, resizable=no, copyhistory=no, width="+w+",height="+h+",top="+t+",left="+l);


</script>

<script id=clientEventHandlersJS language=javascript>

function CmdEntar_onclick() {

if (frmlogar.txtlogin.value==""){
	alert('Login Invalido!');
	frmlogar.txtlogin.focus()
	return false
}

if (frmlogar.txtsenha.value==""){
	alert("Senha invalida!");
	frmlogar.txtsenha.focus()
	return false
}

}

</script>
