/*  Copyright 
 * ---------------------------------------------------------------------------
 *
 *
 */
function FensterOeffnen (Adresse) 
{
  Fenster1 = window.open(Adresse, "ECO", "width=400,height=220,left=100,top=200");
  Fenster1.focus();
}

