function selfside() 
{
    if ((typeof window.sidebar == "object") && (typeof window.sidebar.addPanel == "function")) 
    {
          window.sidebar.addPanel ("FUND e.V.",
          "http://fund.speleoclub.de/intern/ssi/sidebar.html","");
    } else {
          var rv = window.confirm ("Diese Funktion steht nur für Mozilla 1.x oder Netscape 6.x zur Verfügung.\n" + "Möchten Sie zu www.mozilla.org wechseln?" +"\n\nThis function is only available in Mozilla 1.x or Netscape 6.x.\nWould you like to go to www.mozilla.org?");
          if (rv)
             document.location.href = "http://www.mozilla.org";
    }
}
