<!--

  // © 2004 Peter Debik. All rights reserved.

  function setpage() {
//
  }
  
  function printpage() {
    printlocation="http://www.wertpapiere-fonds-vermoegen.de/phprint.php?page="+window.location;
    window.open(printlocation,'','width=630,height=400,toolbar=1,menubar=1,scrollbars=1,status=0,resizable=0');
  }  

  function referral() {
    currentlocation = new String(document.location);
    newlocation = "http://www.wertpapiere-fonds-vermoegen.de/service/referral.html?"+currentlocation;
    document.location.href=newlocation;
  }

//-->