  
function bogen(popup,popupname,breite,hoehe,xpos,ypos) {

(window.navigator.appName.indexOf("Netscape") != -1) ? fenneu = open(popup,popupname,"height=" + hoehe + ",width=" + breite + ",scrollbars=no,resizable=no,toolbar=no,location=no,directories=no,status=no,menubar=no,screenx=" + xpos + ",screeny=" + ypos) : fenneu = open(popup,popupname,"height=" + hoehe + ",width=" + breite + ",scrollbars=no,resizable=no,toolbar=no,location=no,directories=no,status=no,menubar=no,left=" + xpos + ",top=" +ypos);
  		
  }
