function Window(What,Width,Height) { if (!Width) Width = "800"; if (!Height) Height = "600"; var Url = "pic.php?p=" + What + ""; F1 = open(Url,"Fenster","width=" + Width + ",height=" + Height + ",screenX=0,screenY=0, scrollbars=no, resizable=no"); } function Window2(What,Width,Height) { if (!Width) Width = "600"; if (!Height) Height = "500"; var Url = "" + What + ""; F1 = open(Url,"Fenster","width=" + Width + ",height=" + Height + ",screenX=0,screenY=0, scrollbars=yes, resizable=yes"); } function open_ed(form,field,id) { window.open("editor.php?f1=" + form + "&f2=" + field + "&f3=" + id + "","editor","width=479,height=395,screenX=0,screenY=0, scrollbars=no, resizable=no"); } function checkAll(thisForm,elmnt,tf,x) { var o = document.forms[thisForm].elements if (o){ for (i=0; i