function Fenster1(URL)
   {
   properties="left=20,top=500,height=202,width=298"
   fenster1=window.open(URL,'XXXX',properties);
   }

