function controlaNavbar1(end){
	var  endereco = "../img/" +  end +".gif";	
	cHeight = document.getElementById('content').clientHeight;
	navHeight = document.getElementById('navbar').clientHeight;
	
	navHeight = navHeight + 45;  //300 = tamanho da altura da imagem de background
	
	
	
	if (cHeight > navHeight) {
		mHeight = cHeight
	}
	else if(cHeight < navHeight){
		mHeight = navHeight
	}
	
	document.getElementById('navbar').style.height = mHeight + "px";
	document.getElementById('navbar').style.backgroundImage  = 'url('+ endereco+ ')';	
}


function controlaNavbar(end){	
	
		
	var  endereco = "../img/" +  end;	
	cHeight = document.getElementById('content').clientHeight;
	navHeight = document.getElementById('navbar').clientHeight;
	
			
	var imagem = document.getElementById('imgFundo');	
	imagem.style.display = "none";		
	
	var largura = imagem.width;
	var altura = imagem.height;			
		
	if ( altura < 250 )
		altura = 250;
	
	navHeight = navHeight + altura; 	
		
	
	if (cHeight > navHeight) {
		mHeight = cHeight		
	}
	else if(cHeight < navHeight){
		mHeight = navHeight
	}
			
	document.getElementById('navbar').style.height = mHeight + "px";
	document.getElementById('navbar').style.backgroundImage  = 'url('+ endereco+ ')';
}


function controlaNavbar_fique(end){	
	var  endereco = "../img/" +  end;	
	cHeight = document.getElementById('content').clientHeight;
	navHeight = document.getElementById('navbar').clientHeight;
	
			
	//var imagem = document.getElementById('imgFundo');	
	//imagem.style.display = "none";		
	
	//var largura = imagem.width;
	//var altura = imagem.height;			
	var altura = 1160;	
		
	navHeight = navHeight + altura; /* 300 = tamanho da altura da imagem de background*/
	
		
	
	if (cHeight > navHeight) {
		mHeight = cHeight		
	}
	else if(cHeight < navHeight){
		mHeight = navHeight
	}	
	
	document.getElementById('navbar').style.height = mHeight + "px";
	document.getElementById('navbar').style.backgroundImage  = 'url('+ endereco+ ')';	
}


function controlaNavbar_tpl(end){	
	
	var  endereco = "../_menu/" +  end;	
	cHeight = document.getElementById('content').clientHeight;
	navHeight = document.getElementById('navbar').clientHeight;
	
	
	
	var imagem = document.getElementById('imgFundo');	
	imagem.style.display = "none";		
	
	var largura = imagem.width;
	var altura = imagem.height;		
	
	//if ( altura < 250 )
		//altura = 250;
	
	navHeight = navHeight + altura; /* 300 = tamanho da altura da imagem de background*/
	
		
	
	if (cHeight > navHeight) {
		mHeight = cHeight		
	}
	else if(cHeight < navHeight){
		mHeight = navHeight
	}
			
	document.getElementById('navbar').style.height = mHeight + "px";
	document.getElementById('navbar').style.backgroundImage  = 'url('+ endereco+ ')';	
}



function saibaMais(p){
	//alert(p);	
	var status = p	
	
	if(status=='x'){
		document.getElementById('floating').style.display='none'
		document.getElementById('myContent_pato').style.display='inline'
	}
	else{ 
		document.getElementById('floating').style.display='inline'
		document.getElementById('myContent_pato').style.display='none'
	}
	
}

function checkcontato() {
	
	var nome = document.getElementById('nome');
	var email = document.getElementById('email');
	
	if (nome.value==""){
		alert("Por favor, informe seu nome.");		
		nome.focus();
		return false;
	}
	if (email.value=="") {
		alert("Por favor digite um email.");
		email.focus();
		return false;
	}	
	
	testaMovimentacao();
	return true;	
}

function limpar_formulario()
{
	document.contato.reset();
}

function abre_img_detalhe2(nome)
{
	document.getElementById('imgAtual').src = "../_detalhe/"+nome;
	//var alvo = document.getElementById('imgAtual');
	//fadeIn('imgAtual' , 0.1);
}

function abre_img_detalhe2p(nome)
{
	//fadeIn('imgAtualp' , 0.1);
	document.getElementById('imgAtualp').src = "../_detalhe/"+nome;	
}

function troca_bullet_l4(cor)
{
	if ( cor == 'red' )
	document.getElementById('selecionado').style.backgroundImage = "url(../img/bullet-red-level4.gif)";
	if ( cor == 'blue' )
	document.getElementById('selecionado').style.backgroundImage = "url(../img/bullet-blue-level4.gif)";
	if ( cor == 'purple' )
	document.getElementById('selecionado').style.backgroundImage = "url(../img/bullet-purple-level4.gif)";
	if ( cor == 'yellow' )
	document.getElementById('selecionado').style.backgroundImage = "url(../img/bullet-yellow-level4.gif)";
	if ( cor == 'brown' )
	document.getElementById('selecionado').style.backgroundImage = "url(../img/bullet-brown-level4.gif)";
	if ( cor == 'blue2' )
	document.getElementById('selecionado').style.backgroundImage = "url(../img/bullet-blue2-level4.gif)";
}

function troca_bullet_l3(cor)
{
	if ( cor == 'red' )
	document.getElementById('selecionado').style.backgroundImage = "url(../img/bullet-red-level3.gif)";
	if ( cor == 'blue' )
	document.getElementById('selecionado').style.backgroundImage = "url(../img/bullet-blue-level3.gif)";
	if ( cor == 'purple' )
	document.getElementById('selecionado').style.backgroundImage = "url(../img/bullet-purple-level3.gif)";
	if ( cor == 'yellow' )
	document.getElementById('selecionado').style.backgroundImage = "url(../img/bullet-yellow-level3.gif)";
	if ( cor == 'brown' )
	document.getElementById('selecionado').style.backgroundImage = "url(../img/bullet-brown-level3.gif)";
	if ( cor == 'blue2' )
	document.getElementById('selecionado').style.backgroundImage = "url(../img/bullet-blue2-level3.gif)";
}

function troca_bullet_l2(cor)
{
	if ( cor == 'red' )
	document.getElementById('selecionado').style.backgroundImage = "url(../img/bullet-red.gif)";
	if ( cor == 'blue' )
	document.getElementById('selecionado').style.backgroundImage = "url(../img/bullet-blue.gif)";
	if ( cor == 'purple' )
	document.getElementById('selecionado').style.backgroundImage = "url(../img/bullet-purple.gif)";
	if ( cor == 'yellow' )
	document.getElementById('selecionado').style.backgroundImage = "url(../img/bullet-yellow.gif)";
	if ( cor == 'brown' )
	document.getElementById('selecionado').style.backgroundImage = "url(../img/bullet-brown.gif)";
	if ( cor == 'blue2' )
	document.getElementById('selecionado').style.backgroundImage = "url(../img/bullet-blue2.gif)";
}


function abre_destaque(texto)
{
	if ( texto == "textod1" )
	window.open('destaque.php?textod1=1','page','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=650,height=600')
	if ( texto == "textod2" )
	window.open('destaque.php?textod2=1','page','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=650,height=600')
}

function testaMovimentacao(){ 
    var dados = ""; 
	for(i = 1; i <= 5; i++){ 
        if(document.getElementById("movimentacao["+i+"]").checked == true){ 
            if ( i == 5 )
				dados += document.getElementById("movimentacao["+i+"]").value;
			else
				dados += document.getElementById("movimentacao["+i+"]").value+",";
        } 
        else{ 
           dados = ""; 
        } 
    } 
    document.getElementById("dados").value = dados; 
} 


function destaqued1(p){
	//alert(p);	
	var status = p	
	
	if(status=='x'){
		document.getElementById('floatingd1').style.display='none';		
	}
	else{ 
		document.getElementById('floatingd1').style.display='inline';		
	}
	
}

function destaqued2(p){
	//alert(p);	
	var status = p	
	
	if(status=='x'){
		document.getElementById('floatingd2').style.display='none';
		document.getElementById('myContent').style.display='inline';
	}
	else{ 
		document.getElementById('myContent').style.display='none';
		document.getElementById('floatingd2').style.display='inline';		
	}
	
}
