 var texto, foto,total,idTime,ifoto,esq, iVz;
 iVz=1;
 total=3;
 foto=0;
 ifoto=1;
 esq=0;
 topo=200;
 rot=0;

function AbrirN(){  parent.window.location='news.php?noticia='+document.getElementById('c'+foto).value; }
function BaixarT(){
  topo=topo+5;
  document.getElementById("Text").style.top=topo+'px';
  if (topo>=250) { MudarH(foto); }
  else { clearTimeout(idTime);idTime=window.setTimeout("BaixarT()",100);}
}
function SubirT(){
  topo=topo-5;
  document.getElementById("Text").style.top=topo+'px';
  if (topo<=195) { MudarT(); }
  else { clearTimeout(idTime);idTime=window.setTimeout("SubirT()",100);}
}
function BaixarF(){
 if(iVz){
  esq=esq+20;
  document.getElementById("ift").style.left=esq+'px';
  if (esq>=0) { SubirT(); }
  else { clearTimeout(idTime);idTime=window.setTimeout("BaixarF()",100);}
 }
}
function SubirF(){
 if(iVz){
  esq=esq-20;
  document.getElementById("ift").style.left=esq+'px';
  if (esq<=-320) { SubirT(); }
  else { clearTimeout(idTime);idTime=window.setTimeout("SubirF()",100);}
 }
}
function MudarF(){
  if (foto<total){ foto++; BaixarT();}
  else{ foto=0; rot++;
	if(rot>1){ window.open('mudanoticias.php','contador');}
	else{ BaixarT(); }
  }

}
function MFoto(){
  if(ifoto==1){if(esq<0){BaixarF();}}
  else{if(esq>-1){SubirF();}}
}
function Iniciar2(){clearTimeout(idTime);idTime=window.setTimeout("MudarF()",3000); iVz=1;}
function Iniciar1(cod){
         foto=cod;
         ifoto=1;
         clearTimeout(idTime);
         topo=200;document.getElementById("Text").style.top=topo+'px';
         esq=0;
         document.getElementById("ift").style.left=esq+'px';
         document.getElementById('ftG1').src=document.getElementById('i'+foto).value;
         document.getElementById('rot').innerHTML=''+document.getElementById('t'+foto).value;
         //for(i=0;i<4;i++){document.getElementById('l'+i).style.backgroundImage='';}
         //document.getElementById('l'+foto).style.backgroundImage='url(imagens/seta_azul.gif)';
         }
function Iniciar(){ 
  valor=7; 
  document.getElementById("ift").style.left=esq+'px';
  document.getElementById("Text").style.opacity = valor/10;
  document.getElementById("Text").style.filter = 'alpha(opacity=' + valor*10 + ')';
  document.getElementById('rot').innerHTML=document.getElementById('t0').value;
  clearTimeout(idTime);
  idTime=window.setTimeout("MudarF()",3000); 
}
function MTexto(){
  document.getElementById('rot').innerHTML=''+document.getElementById('t'+foto).value;
  MFoto();
  //SubirT();
  for(i=0;i<4;i++){document.getElementById('f'+i).style.borderColor='#FFFFFF';document.getElementById('f'+i).border=2;}
  document.getElementById('f'+foto).style.borderColor='#FF0000';
  document.getElementById('f'+foto).border=3;
}
function MudarT(){
  clearTimeout(idTime);
  idTime=window.setTimeout("MudarF()",5000);
  iVz=1;
}
function MudarH(cod){
   foto=cod;
   ifoto++;
   if(ifoto>2){ ifoto=1; }
   document.getElementById('ftG'+ifoto).src= document.getElementById('i'+foto).value;
}
