<!--
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 Abrir_Templates(palavra){
		window.open(palavra,'gloss','menubar=no,toolbar=no,scrollbars=no,location=no,status=no,directories=no,resizable=no,copyhistory=no,width=415,height=250,left=160,screenX=160,top=187,screenY=187');
	}
// -->


<!--
	function Checar_Contato() {
		var Recipiente = document.form1.recipient.value;
		var Nome = document.form1.Nome.value;
		var Email = document.form1.email.value;
		var DDD = document.form1.DDD.value;
		var Telefone = document.form1.Telefone.value;
		var Cidade = document.form1.Cidade.value;
		var Estado = document.form1.Estado.value;
		var Mensagem = document.form1.Mensagem.value;
	
		if (Recipiente == "") {
			window.alert("Selecione o destino de sua mensagem.");
			document.form1.recipient.focus();
			return false;
			}
		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.focus();
			return false;
			}
		if (Telefone == "") {
			window.alert("O campo FONE é obrigatório.");
			document.form1.Telefone.focus();
			return false;
			}
		if (Cidade == "") {
			window.alert("O campo CIDADE é obrigatório.");
			document.form1.Cidade.focus();
			return false;
			}
		if (Estado == "") {
			window.alert("Selecione o seu ESTADO da sua cidade.");
			document.form1.Estado.focus();
			return false;
			}
		if (Mensagem == "") {
			window.alert("O campo MENSAGEM é obrigatório.");
			document.form1.Mensagem.focus();
			return false;
			}
	}
//-->

