﻿ i = 0;
      var t;
      
        function Asce() {
        clearTimeout(t);  
        document.getElementById('logos-filiadas').scrollTop = i;
        i=i+2;
        t = setTimeout("Asce()", 10);
        if (i == 900) {
          Para();
        }
      }
      
      function Para()
      {
        clearTimeout(t);  
        clearInterval(t);                   
      }
      
      function Desc() {      
      clearTimeout(t);  
        document.getElementById('logos-filiadas').scrollTop = i;
        i=i-2;
        t = setTimeout("Desc()", 10);
        if (i == 900) {
         Para();
        }
        
      }
      
// AMPLIAR IMAGENS
      var timer;
				function scrollY(eyeD, ext)
				{				
				clearInterval(timer)
				timer=setInterval(function() { document.getElementById(eyeD).scrollLeft += ext },1);				
				}
				
				function scrollYVoltar(eyeD, ext)
				{		
				clearInterval(timer)		
				timer=setInterval(function() { document.getElementById(eyeD).scrollLeft += ext },1);
				}

				function imgdestaque(foto)
				    {
				        document.getElementById("tamanho_real").href = foto;
				        document.getElementById("foto_destaque").src = foto;
				}	 