<!--//  hide hide hide
  if (top.location != self.location)
    top.location = self.location;

  //alert(location.pathname);

  function makehomepage(objPage)
  {
    if(navigator.appVersion.charAt(navigator.appVersion.indexOf("MSIE") + 5) >= 5 && navigator.platform.indexOf("Win16") == -1 && navigator.platform.indexOf("Mac") == -1)
    {
      objPage.style.behavior='url(#default#homepage)';
      objPage.setHomePage(document.location);
      objPage.href="#";
      return true;
    }
    else {return false};
  }

  function helppop(ident)
  {
    ConnectTogether=window.open('help.php?id='+ident, "_blank", "fullscreen=no, width=300, height=350, location=no, resizable=yes, scrollbars=yes, statusbar=no, toolbar=no, titlebar=no");
  }   
  
//end end end -->
