<!--
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_Foto(palavra){
		window.open(palavra,'gloss','menubar=no,toolbar=no,scrollbars=no,location=no,status=no,directories=no,resizable=no,copyhistory=no,width=660,height=510,left=0,screenX=0,top=0,screenY=0');
	}
// -->

<!--
	function Abrir_Geral(palavra){
		window.open(palavra,'gloss','menubar=no,toolbar=no,scrollbars=yes,location=no,status=no,directories=no,resizable=no,copyhistory=no,width=550,height=350,left=0,screenX=0,top=0,screenY=0');
	}
// -->

<!--
	function Abrir_Geral_Ingles(palavra){
		window.open(palavra,'gloss','menubar=no,toolbar=no,scrollbars=yes,location=no,status=no,directories=no,resizable=no,copyhistory=no,width=550,height=350,left=0,screenX=0,top=0,screenY=0');
	}
// -->


<!--
	function Checar_Contato_Portugues() {
		var Nome = document.form1.fromname.value;
		var Email = document.form1.from.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.fromname.focus();
			return false;
			}
		if (Email == "") {
			window.alert("O campo E-MAIL é obrigatório.");
			document.form1.from.focus();
			return false;
			}
		if (Email.indexOf("@")== -1) {
			window.alert("Por favor, digite corretamente seu E-MAIL.");
			document.form1.from.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;
			}
	}
//-->


<!--
	function Checar_Contato_Ingles() {
		var Nome = document.form1.fromname.value;
		var Email = document.form1.from.value;
		var Fone = document.form1.Fone.value;
		var Pais = document.form1.Pais.value;
		var Cidade = document.form1.Cidade.value;
		var Estado = document.form1.Estado.value;
		var Mensagem = document.form1.Mensagem.value;
		
		if (Nome == "") {
			window.alert("The field NAME is obligatory.");
			document.form1.fromname.focus();
			return false;
			}
		if (Email == "") {
			window.alert("The field E-MAIL is obligatory.");
			document.form1.from.focus();
			return false;
			}
		if (Email.indexOf("@")== -1) {
			window.alert("Please, type her E-MAIL correctly.");
			document.form1.from.focus();
			return false;
			}
		if (Fone == "") {
			window.alert("The field PHONE is obligatory.");
			document.form1.Fone.focus();
			return false;
			}
		if (Pais == "") {
			window.alert("The field COUNTRY is obligatory.");
			document.form1.Pais.focus();
			return false;
			}
		if (Cidade == "") {
			window.alert("The field CITY is obligatory.");
			document.form1.Cidade.focus();
			return false;
			}
		if (Estado == '') {
			window.alert("Please, select the STATE of her city");
			document.form1.Estado.focus();
			return false;
			}
		if (Mensagem == '') {
			window.alert("Please, Type her Message !!!");
			document.form1.Mensagem.focus();
			return false;
			}
	}
//-->


