function bogen(popurl,popname,breite,hoehe,xpos,ypos,dependent,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;
if (!dependent) dependent == 0;

fenneu = open(popurl,popname,"height=" + hoehe + ",width=" + breite + ",scrollbars=" + rollbalken + ",resizable=" + flexiblegroesse + ",toolbar=" + werkzeugleiste + ",location=" + adresse + ",directories=" + verzeichnis + ",status=" + zustand + ",menubar=" + menueleiste + ",left=" + xpos + ",top=" + ypos);
}
