function turnit(ss)
{
 if (ss.style.display=="none") 
  {ss.style.display="";
}
 else
  {ss.style.display="none"
  }
}
