
function bogen(seitenname,popupname,breite,hoehe,xpos,ypos,rollbalken,flexiblegroesse,menueleiste,werkzeugleiste,verzeichnis,adresse,zustand)
{

if (!xpos) xpos == 1;
if (!ypos) ypos == 1;
if (!zustand) zustand == "no";
if (!adresse) adresse == "no";
if (!verzeichnis) verzeichnis == "no";
if (!menueleiste) menueleiste == "no";
if (!werkzeugleiste) werkzeugleiste == "no";
if (!flexiblegroesse) flexiblegroesse == "no";
if (!rollbalken) rollbalken == "no";
if (!hoehe) hoehe == 300;
if (!breite) breite == 200;



(window.navigator.appName.indexOf("Netscape") != -1) ? fenneu = open(seitenname,popupname,"height=" + hoehe + ",width=" + breite + ",scrollbars=" + rollbalken + ",resizable=" + flexiblegroesse + ",toolbar=" + werkzeugleiste + ",location=" + adresse + ",directories=" + verzeichnis + ",status=" + zustand + ",menubar=" + menueleiste + ",screenx=" + xpos + ",screeny=" + ypos) : fenneu = open(seitenname,popupname,"height=" + hoehe + ",width=" + breite + ",scrollbars=" + rollbalken + ",resizable=" + flexiblegroesse + ",toolbar=" + werkzeugleiste + ",location=" + adresse + ",directories=" + verzeichnis + ",status=" + zustand + ",menubar=" + menueleiste + ",left=" + xpos + ",top=" + ypos);
}

