function NeuFenster1()

  {

   Sparbuch =

   window.open("boardlinks.html", "Zweitfenster", "width=600,height=400,scrollbars");

   Sparbuch.focus();

  }



function NeuFenster2()

  {

   pkw =

   window.open("sportlinks.html", "Zweitfenster", "width=600,height=400,scrollbars");

   pkw.focus();

  }



function NeuFenster3()

  {

   kw =

   window.open("filmlinks.html", "Zweitfenster", "width=350,height=200,scrollbars");

   kw.focus();

  }





function NeuFenster4()

  {

   reisekosten =

   window.open("sonstigelinks.html", "Zweitfenster", "width=400,height=350,scrollbars");

   reisekosten.focus();

  }
