function superbannerOn(el){
	el.style.height = '350px';
}
function superbannerOut(el){
	el.style.height = '90px';
}


/*AQUI INICIA DOIS SELOS*/


SeloLateral1In = function(){
          var el=document.getElementById("selolateral1");
          if(el.style.height=="270")
		  el.style.height="130";
		  else
		  el.style.height="270";

		  if(el.style.zIndex=="991")
		  el.style.zIndex="990";
		  else
		  el.style.zIndex="991";

          if(el.style.clip=="rect(0 130 270 0)")
		  el.style.clip="rect(0 130 130 0)";
		  else
		  el.style.clip="rect(0 130 270 0)";

          var el2=document.getElementById("iframe_selo2");
          if(el2.style.display=="none")
		  el2.style.display="block";
		  else
		  el2.style.display="none";
        }

SeloLateral1Out = function(){
          var el=document.getElementById("selolateral1");
          if(el.style.height=="130")
		  el.style.height="270";
		  else
		  el.style.height="130";

		  if(el.style.zIndex=="990")
		  el.style.zIndex="991";
		  else
		  el.style.zIndex="990";

          if(el.style.clip=="rect(0 130 130 0)")
		  el.style.clip="rect(0 130 270 0)";
		  else
		  el.style.clip="rect(0 130 130 0)";

          var el2=document.getElementById("iframe_selo2");
          if(el2.style.display=="block")
		  el2.style.display="none";
		  else
		  el2.style.display="block";
        }

SeloLateral2In = function(){
          var el=document.getElementById("selolateral2");
          if(el.style.clip=="rect(0 130 270 0)")
		  el.style.clip="rect(140 130 270 0)";
		  else
		  el.style.clip="rect(0 130 270 0)";

		  if(el.style.zIndex=="992")
		  el.style.zIndex="889";
		  else
		  el.style.zIndex="992";

          var el2=document.getElementById("iframe_selo1");
          if(el2.style.display=="none")
		  el2.style.display="block";
		  else
		  el2.style.display="none";
		}

SeloLateral2Out = function(){
          var el=document.getElementById("selolateral2");
          if(el.style.clip=="rect(140 130 270 0)")
		  el.style.clip="rect(0 130 270 0)";
		  else
		  el.style.clip="rect(140 130 270 0)";

		  if(el.style.zIndex=="889")
		  el.style.zIndex="992";
		  else
		  el.style.zIndex="889";

          var el2=document.getElementById("iframe_selo1");
          if(el2.style.display=="block")
		  el2.style.display="none";
		  else
		  el2.style.display="block";
        }

/*AQUI TERMINA DOIS SELOS*/



/* COMO ESTAVA - JOĆO PAULO
function seloOn(el){
	el.style.height = '270';
	el.style.zIndex = '100';
}
function seloOut(el){
	el.style.height = '130';
	el.style.zIndex = '50';
}
*/
