function fenster(url,name)
{
   newWin=window.open(url,name,"dependent=yes,width=500,height=400,menubar=no,screenX=0,screenY=0,scrollbars,status=no,resizable");
   newWin.focus();
}
      

