/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */


function NeuFenster(href)
  {
    MeinFenster =
    window.open  (href, "Zweitfenster", "width=650,height=400,scrollbars");
    MeinFenster.focus();
    return false;
  }
