function ShowHide(id)
{
  if (document.getElementById(id).style.display=="none")
  {
    document.getElementById(id).style.display="";
  }
  else
  {
    document.getElementById(id).style.display="none";
  }
} 

function Defilement()
{
  if (a == 11)
  {
    a = 0;
  }
  if (version >= 3)
  {
    document.anim.src = imgPath[a];
    tempo = setTimeout("Defilement()",2000);
    a++;
  }
}