var ns6;
  if(parent.frames[0])
  {
    parent.location.href = self.location.href;
  }

  if(document.getElementById&&!document.all)
  {
    ns6=1;
  }
  else
  {
    ns6=0;
  }
  function mutat(curobj)
  {
    if(document.getElementById(curobj))
    {
      folder=document.getElementById(curobj).style;
    }
    else
    {
      if(ns6==1||operaaa==true)
      {
        folder=curobj.nextSibling.nextSibling.style;
      }
      else
      {
        folder=document.all[curobj.sourceIndex+1].style;
      }
    }
    if (folder.display=="none")
    {
	  folder.display="";
    }
    else
    {
	  folder.display="none";
    }
  }
