function fenster(url, text){
  var win; 
  win=window.open(url, text, "screenX=0,screenY=0,width=800,height=600,scrollbars=yes,dependent=yes,resizable=yes"); 
} 
