function Identifica(frm)
{{	   var str = frm.mem.value
	   if (str == "")
			  {   alert("Login em branco.\n\nPor favor preencha corretamente.");
			  	frm.mem.focus()
			      return false;   }}
	{	var str = frm.pass.value
		if (str == "")
			{	alert("Senha em branco.\n\nPor favor preencha corretamente.");
				frm.pass.focus()
				return false;	}}}
window.onload=function(){
	try{document.getElementById('mem').focus()}
	catch(x){}
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
