function Inv(Lar,Alt) {document.write('<img src="objetos/inv123.gif" width="'+ Lar +'" height="'+ Alt +'" border=0>');}

function InvAzul(Lar,Alt) {document.write('<img src="objetos/inv1.gif" width="'+ Lar +'" height="'+ Alt +'" border=0>');}

function InvCinza(Lar,Alt) {document.write('<img src="objetos/inv_cinza.gif" width="'+ Lar +'" height="'+ Alt +'" border=0>');}

function InvBranco(Lar,Alt) {document.write('<img src="objetos/inv_branco.gif" width="'+ Lar +'" height="'+ Alt +'" border=0>');}

function visivel(obj){document.getElementById(obj).style.display='';}

function oculta(obj){document.getElementById(obj).style.display='none';}

function Txtb(obj,txt){document.getElementById(obj).innerHTML='<b>'+txt+'</b>';}

function Txtn(obj,txt){document.getElementById(obj).innerHTML=txt;}

function verifica(){ if(document.form1.nome.value ==""){alert('Campo Nome inválido'); document.form1.nome.focus(); return false}
  if(document.form1.email.value ==""){alert('Campo E-mail inválido'); document.form1.email.focus(); return false}}

function MM_findObj(n, d) {var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;}

function MM_showHideLayers() { //v3.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }
    obj.visibility=v; }
}

function sendLink(Title){var urlWindow = document.location.href.toString();
  var urlToOpen = 'http://www.e-style.com.br/enviarLink.asp?urlLink='+ escape(urlWindow) +'&tituloLink='+ escape(Title);
    GP_AdvOpenWindow(urlToOpen,'','fullscreen=no,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes',345,390,'center','ignoreLink','',0,'');}
	
function sendLink(Title){
  var urlWindow = document.location.href.toString();
  var urlToOpen = 'http://www.e-style.com.br/enviar_por_email.asp?urlLink='+ escape(urlWindow) +'&tituloLink='+ escape(Title);
    GP_AdvOpenWindow(urlToOpen,'','fullscreen=no,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes',345,390,'center','ignoreLink','',0,'');}
	
function CarregaImagens() {
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=CarregaImagens.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function TrocaImagemRestaura() {
  var i,x,a=document.MM_sr; 
  for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) 
  x.src=x.oSrc;
}

function TrocaImagem() {
  var i,j=0,x,a=TrocaImagem.arguments; 
  document.MM_sr=new Array; 
  for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){
   document.MM_sr[j++]=x; 
   if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];
   }
}

function mostra_laranja_home(){
	document.getElementById('divHome').style.visibility = "hidden";
	document.getElementById('divQuemSomos').style.visibility = "visible";
	document.getElementById('divServicos').style.visibility = "visible";
	document.getElementById('divContato').style.visibility = "visible";
}
function mostra_laranja_quem_somos(){
	document.getElementById('divHome').style.visibility = "visible";
	document.getElementById('divQuemSomos').style.visibility = "hidden";
	document.getElementById('divServicos').style.visibility = "visible";
	document.getElementById('divContato').style.visibility = "visible";
}
function mostra_laranja_servicos(){
	document.getElementById('divHome').style.visibility = "visible";
	document.getElementById('divQuemSomos').style.visibility = "visible";
	document.getElementById('divServicos').style.visibility = "hidden";
	document.getElementById('divContato').style.visibility = "visible";
}
function mostra_laranja_contato(){
	document.getElementById('divHome').style.visibility = "visible";
	document.getElementById('divQuemSomos').style.visibility = "visible";
	document.getElementById('divServicos').style.visibility = "visible";
	document.getElementById('divContato').style.visibility = "hidden";
}
function mostra_nada(){
	document.getElementById('divHome').style.visibility = "visible";
	document.getElementById('divQuemSomos').style.visibility = "visible";
	document.getElementById('divServicos').style.visibility = "visible";
	document.getElementById('divContato').style.visibility = "visible";
}

function selec_home(){
	//document.menu.parametro.value = 1;
	opc=1;
}
function selec_quem_somos(){
	//document.menu.parametro.value = 2;
	opc=2;
}
function selec_servicos(){
	//document.menu.parametro.value = 3;
	opc=3;
}
function selec_contato(){
	//document.menu.parametro.value = 4;
	opc=4;
}
function selec_nada(){
	//document.menu.parametro.value = 4;
	opc=5;
}

function volta_escolhido(){

	if (opc == "" || opc == 1){
	document.getElementById('divHome').style.visibility = "hidden";
	document.getElementById('divQuemSomos').style.visibility = "visible";
	document.getElementById('divServicos').style.visibility = "visible";
	document.getElementById('divContato').style.visibility = "visible";
	}
	
	if (opc == 2){
	document.getElementById('divHome').style.visibility = "visible";
	document.getElementById('divQuemSomos').style.visibility = "hidden";
	document.getElementById('divServicos').style.visibility = "visible";
	document.getElementById('divContato').style.visibility = "visible";
	}
	if (opc == 3){
	document.getElementById('divHome').style.visibility = "visible";
	document.getElementById('divQuemSomos').style.visibility = "visible";
	document.getElementById('divServicos').style.visibility = "hidden";
	document.getElementById('divContato').style.visibility = "visible";
	}
	if (opc == 4){
	document.getElementById('divHome').style.visibility = "visible";
	document.getElementById('divQuemSomos').style.visibility = "visible";
	document.getElementById('divServicos').style.visibility = "visible";
	document.getElementById('divContato').style.visibility = "hidden";
	}
	if (opc == 5){
	document.getElementById('divHome').style.visibility = "visible";
	document.getElementById('divQuemSomos').style.visibility = "visible";
	document.getElementById('divServicos').style.visibility = "visible";
	document.getElementById('divContato').style.visibility = "visible";
	}
}


function on(src,cor){
	src.style.background=cor;
	src.style.color='#FFFFFF';
	src.style.cursor='hand';
}

function off(src,cor){
	src.style.background=cor;
	src.style.color='#7B7C91';
	src.style.cursor='hand';
}
	
function esconde_menu(){	
		document.getElementById('MenuQuem').style.visibility = "hidden";
		document.getElementById('MenuServicos').style.visibility = "hidden";
		}