
a1=new Image(149,21)
a1.src="imgs/b_blarga.png"
a2=new Image(149,21)
a2.src="imgs/b_blarga1.png"

a3=new Image(149,21)
a3.src="imgs/b_dial.png"
a4=new Image(149,21)
a4.src="imgs/b_dial1.png"

a5=new Image(149,21)
a5.src="imgs/b_promo.png"
a6=new Image(149,21)
a6.src="imgs/b_promo1.png"

a7=new Image(149,21)
a7.src="imgs/b_empresas.png"
a8=new Image(149,21)
a8.src="imgs/b_empresas1.png"

a9=new Image(149,21)
a9.src="imgs/b_conteudo.png"
a10=new Image(149,21)
a10.src="imgs/b_conteudo1.png"

a11=new Image(149,21)
a11.src="imgs/b_servicos.png"
a12=new Image(149,21)
a12.src="imgs/b_servicos1.png"

function filter(imagename,objectsrc){
	if (document.images)
		document.images[imagename].src=eval(objectsrc+".src")
}

function Envia(valor){
	document.grupos.grupopacote.value = valor;
	document.grupos.action = "pacotes.php";
	document.grupos.submit();
}

function EnviaCadastro(valor,diaSemana){
	var f = document.forms[0];
	f.pacote.value = valor;
	f.diaSemana.value = diaSemana;
	f.action = 'cadastro_impresso.php';
	f.submit();
}

function abre(){
	var f = document.forms[0];
	var foto = window.open("http://www.directtalk.com.br/server/directtalkr.dll/user?S=I&id_s=45910751B8580835854C","janela","width=350,height=360,resizable=no,toolbar=0,location=0,directories=0,status=no,menubar=0");
	f.action="http://www.directtalk.com.br/server/directtalkr.dll/user?S=I&id_s=45910751B8580835854C";
	function vai(){f.submit();};	
	setTimeout('vai();',10);
}

function AvaliaDigitos(valor){
	if(valor && valor.value.length == 11){
		return retornaCPFCNPJFormatado(valor,1);
	}else{
		if(valor && valor.value.length == 14){
			return retornaCPFCNPJFormatado(valor,2);
		}
	}
	return '';
}