var p;
var f;
var a;
var t=setTimeout("animaSlide()",10000);
var popUp;
var fita;
var fover;
p=1;
function liga(){
t=setTimeout("animaSlide()",500);
}

function animaSlide() {
	
fover='fita'+p;
for(a=1;a<6;a++){
fita='fita'+a;

document.getElementById(fita).className = 'slide_fita';

}
document.getElementById(fover).className = 'slide_fita_over';
f='foto'+p;

trocaFoto(f);


p++;
if (p==6) p=1;
t=setTimeout("animaSlide()",7000);

}

function paraTime()
{
clearTimeout(t);
timer_is_on=0;
}

function trocaFoto(div){
var i;
var foto;
for(i=1;i<6;i++){
foto="foto"+i;
document.getElementById(foto).style.visibility='hidden';

}

document.getElementById(div).style.visibility='visible';
}
function limpa(fff){
for(a=1;a<6;a++){
fita='fita'+a;

document.getElementById(fita).className = 'slide_fita';

}
document.getElementById(fff).className = 'slide_fita_over';
}

function buscaAgenda(data,div){
	
	document.getElementById('1').style.background='none';
	document.getElementById('2').style.background='none';
	document.getElementById('3').style.background='none';
	document.getElementById('4').style.background='none';
	document.getElementById('5').style.background='none';
	document.getElementById('6').style.background='none';
	document.getElementById('7').style.background='none';
	document.getElementById(div).style.background='url(../midias/back_agenda_over.png)';
	ajaxFunction(document.getElementById('mostraAgenda'),'agenda_miolo.php?data='+data);
	
	
	
}
function fechar(){
    document.getElementById('popup').style.display = 'none';
}
function abrir(){
    document.getElementById('popup').style.display = 'block';
   
}




function mioloOuvidoria(pag){
	
	
	ajaxFunction(document.getElementById('miolo_ouvidoria'),'miolo_ouvidoria.php?pagina='+pag);
}
function buscar(){
           
		var tag=document.getElementById('busca').value;
		  
          if (document.getElementById('busca').value == '')

                     alert("Campo de busca não pode estar vazio");
                     
                     
                   
                     
          else

		window.location.href="http://www.gravatai.rs.gov.br/site/noticias_busca.php?palavra="+tag+"&secretaria=todas";

         
 }
 
 function buscaAvancada(){
           
		var tag=document.getElementById('palavra').value;
		var secre=document.getElementById('secretaria').value;
		var anobusca=document.getElementById('ano').value;
		  
if ((document.getElementById('palavra').value == '')&&(document.getElementById('secretaria').value == '')){

                     alert("Digite uma palavra ou selecione alguma secretaria");
                     
                     
                   
}
          else{
			  
window.location.href="http://www.gravatai.rs.gov.br/site/noticias_busca_avancada.php?palavra="+tag+"&secretaria="+secre+"&ano="+anobusca;
  
		  }

	
         
 }
 
 

function cab_campanhas(){
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="800" height="180">');
          document.write('<param name="movie"  value="http://www.gravatai.rs.gov.br/site/cab-modelo-campanhas.swf" />');
		   document.write(' <param name="wmode" value="transparent" />');
          document.write('<param name="quality" value="high" />');
          document.write('<embed src="http://www.gravatai.rs.gov.br/site/cab-modelo-campanhas.swf" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="180"></embed>');
        document.write('</object>');
}
function cab_campanhas2(){
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="800" height="180">');
          document.write('<param name="movie"  value="http://www.gravatai.rs.gov.br/site/cab-modelo-campanhas2.swf" />');
		   document.write(' <param name="wmode" value="transparent" />');
          document.write('<param name="quality" value="high" />');
          document.write('<embed src="http://www.gravatai.rs.gov.br/site/cab-modelo-campanhas2.swf" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="180"></embed>');
        document.write('</object>');
}
 
 function cab_flash(){
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="800" height="180">');
          document.write('<param name="movie"  value="http://www.gravatai.rs.gov.br/site/cab.swf" />');
		   document.write(' <param name="wmode" value="transparent" />');
          document.write('<param name="quality" value="high" />');
          document.write('<embed src="http://www.gravatai.rs.gov.br/site/cab.swf" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="180"></embed>');
        document.write('</object>');
}
function video_capa(q){
	
	
	if(q==1){

       
		  mudaBotaoVideo('v1');
		  ajaxFunction(document.getElementById('player'),'http://www.gravatai.rs.gov.br/site/video_index.php?v='+q);
	}
		  if(q==2)
{
	mudaBotaoVideo('v2');
	ajaxFunction(document.getElementById('player'),'http://www.gravatai.rs.gov.br/site/video_index.php?v='+q);
}

if(q==3)
{
	mudaBotaoVideo('v3');
	ajaxFunction(document.getElementById('player'),'http://www.gravatai.rs.gov.br/site/video_index.php?v='+q);
}
if(q==4)
{
	mudaBotaoVideo('v4');
	ajaxFunction(document.getElementById('player'),'http://www.gravatai.rs.gov.br/site/video_index.php?v='+q);
}
if(q==5)
{
	mudaBotaoVideo('v5');
	ajaxFunction(document.getElementById('player'),'http://www.gravatai.rs.gov.br/site/video_index.php?v='+q);
}
if(q==6)
{
	mudaBotaoVideo('v6');
	ajaxFunction(document.getElementById('player'),'http://www.gravatai.rs.gov.br/site/video_index.php?v='+q);
}
if(q==7)
{
	mudaBotaoVideo('v7');
	ajaxFunction(document.getElementById('player'),'http://www.gravatai.rs.gov.br/site/video_index.php?v='+q);
}
		  
}
function mudaBotaoVideo(buttonV){
	
	
	document.getElementById('v1').src="http://www.gravatai.rs.gov.br/site/img/v1a.jpg";
	document.getElementById('v2').src="http://www.gravatai.rs.gov.br/site/img/v2a.jpg";
	document.getElementById('v3').src="http://www.gravatai.rs.gov.br/site/img/v3a.jpg";
	document.getElementById('v4').src="http://www.gravatai.rs.gov.br/site/img/v4a.jpg";
	document.getElementById('v5').src="http://www.gravatai.rs.gov.br/site/img/v5a.jpg";
	document.getElementById('v6').src="http://www.gravatai.rs.gov.br/site/img/v6a.jpg";
	document.getElementById('v7').src="http://www.gravatai.rs.gov.br/site/img/v7a.jpg";

	
		document.getElementById(buttonV).src="http://www.gravatai.rs.gov.br/site/img/"+buttonV+"v.jpg";
	
}

 
 
 function abreConselheiros(){
	 
	 ajaxFunction(document.getElementById('miolo_op'),'conselheiros.html');
 }
 
 function pula_direita(pulo){
	 
	 if(pulo<=9)
	 ajaxFunction(document.getElementById('pula_noticia'),'http://www.gravatai.rs.gov.br/site/mais_noticias_index2.php?i='+pulo);
 }
 
 function pula_esquerda(pulo){
	 
	  if(pulo>=0)
	 ajaxFunction(document.getElementById('pula_noticia'),'http://www.gravatai.rs.gov.br/site/mais_noticias_index2.php?i='+pulo);
	 
 }
 function matricula2(){
	 
	 ajaxFunction(document.getElementById('matricula2'),'convocacao/form-convocao-matricula2.php');
	 
 }
 function abreDelegados(){
	 
	 ajaxFunction(document.getElementById('miolo_op'),'delegados.html');
 }
 
 function abreForum(){
	 
	 ajaxFunction(document.getElementById('miolo_op'),'forum.html');
 }
 
 
function foto_principal(url){

		ajaxFunction(document.getElementById('foto_nova'),'foto_principal.php?url='+url);
	
}
function mostraFones(poff,div,pon,e){
	var estado= e;

if (estado=="off"){
document.getElementById(div).style.display='block';
document.getElementById(poff).style.display='none';
document.getElementById(pon).style.display='block';


}
else{
document.getElementById(div).style.display='none';
document.getElementById(poff).style.display='none';
document.getElementById(pon).style.display='block';
}
	
	
	
}

function ajaxFunction(elemento,pagina) {
elemento.style.visibility = 'visible';
elemento.innerHTML = '<img src="http://www.gravatai.rs.gov.br/site/img/loader_mini.gif">';
var xmlhttp;
if (window.XMLHttpRequest){// code for IE7+, Firefox, Chrome, Opera, Safari
	xmlhttp=new XMLHttpRequest();
	}
	else 
	if (window.ActiveXObject){ // code for IE6, IE5
		xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
		}
		else{
			alert("Your browser does not support XMLHTTP!");
			}
xmlhttp.onreadystatechange=function(){
									if (xmlhttp.readyState==4){
										elemento.innerHTML = xmlhttp.responseText;
										}
									}
xmlhttp.open("GET",pagina,true);
xmlhttp.send(null);
}


