﻿<!--
	function getLoginUsuario(theForm){ 
		if (!validaitem(theForm.tx_Login,'s','5','200','Login')) { return (false); }
		if (!splitemail(theForm.tx_Login)) { return (false); }
		if (!validaitem(theForm.tx_Senha,'s','5','20','Senha')) { return (false); }
		
		theForm.submit();
	}
//-->