<!--
function AlfaBusinessGetContact(eM,loc){
var ret;
var img;
var msg;
var CS=AlfaBusinessObj.GetUserStatus(eM);
switch (CS){
}
return ret;
}
function MO(e)
{
if (!e)
var e=window.event;
var S=e.srcElement;
while (S.tagName!="TD")
{S=S.parentElement;}
S.className="mouseover";
}
function MU(e)
{
if (!e)
var e=window.event;
var S=e.srcElement;
while (S.tagName!="TD")
{S=S.parentElement;}
S.className="mouseout";
}
//-->

<!--
function voltar(){
	if(history.length>0)	{history.back();}
    	else
			{window.alert("Não houve páginas anteriores");
			}
				}
function MM_goToURL(){
	var i,args=MM_goToURL.arguments;document.MM_returnValue=false;for(i=0;i<(args.length-1);i+=2)eval(args[i]+".location='"+args[i+1]+"'");
					 }
//-->

<!--
	function Abrir(palavra){
		window.open(palavra,'gloss','menubar=no,toolbar=no,scrollbars=yes,location=no,status=no,directories=no,resizable=no,copyhistory=no,width=500,height=200,left=250,screenX=200,top=195,screenY=232');
	}
// -->

<!--
	function Checar_Contato() {
		var Nome = document.form1.Nome.value;
		var Email = document.form1.Email.value;
		var DDD = document.form1.DDD_Fone.value;
		var Fone = document.form1.Fone.value;
		var Cidade = document.form1.Cidade.value;
		var Estado = document.form1.Estado.value;
		var Mensagem = document.form1.Mensagem.value;
		
		if (Nome == "") {
			window.alert("O campo NOME é obrigatório.");
			document.form1.Nome.focus();
			return false;
			}
		if (Email == "") {
			window.alert("O campo E-MAIL é obrigatório.");
			document.form1.Email.focus();
			return false;
			}
		if (Email.indexOf("@")== -1) {
			window.alert("Por favor, digite corretamente seu E-MAIL.");
			document.form1.Email.focus();
			return false;
			}
		if (DDD == "") {
			window.alert("O campo DDD é obrigatório.");
			document.form1.DDD_Fone.focus();
			return false;
			}
		if (Fone == "") {
			window.alert("O campo FONE é obrigatório.");
			document.form1.Fone.focus();
			return false;
			}
		if (Cidade == "") {
			window.alert("O campo CIDADE é obrigatório.");
			document.form1.Cidade.focus();
			return false;
			}
		if (Estado == '') {
			window.alert("Por favor, selecione o ESTADO de sua cidade");
			document.form1.Estado.focus();
			return false;
			}
		if (Mensagem == '') {
			window.alert("Digite sua Mensagem !!!");
			document.form1.Mensagem.focus();
			return false;
			}
	}
//-->
