GLOBAL_relpath=""; GLOBAL_root="../vwfiles/amgi_home/$file/"; function MM_reloadPage(init) { //reloads the window if Nav4 resized if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) { document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }} else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload(); } MM_reloadPage(true); function openNews(theURL) { window.open(formularurl + "amgi_formular_v2.nsf/"+ theURL,'formular',' width=410,height=220'); } function openFormular(theURL) { window.open(formularurl + "amgi_formular_v2.nsf/"+ theURL,'formular','scrollbars=yes, width=520,height=580'); } function openBewerbung(theURL) { window.open(formularurl + "amgi_formular_v2.nsf/"+ theURL,'bewerbung','scrollbars=yes, width=686,height=580'); } function openFenster(theURL) { window.open(theURL,'fenster','width=700,height=580,menubar=yes,scrollbars=yes'); } function openassistent(theURL) { window.open(theURL,'assistent','width=639,height=395,menubar=no,resizable=no,locationbar=no,scrollbars=no'); } function openpopup(theURL) { window.open(theURL,'lexikon','width=520,height=380,menubar=no,scrollbars=yes'); } function openkennzahlen_org(param) { window.open('../docs/kennzahlen',param,'width=520,height=420,menubar=no,scrollbars=yes,resizable=yes,status=yes'); } function openkennzahlen(theURL) { window.open(theURL,'Kennzahlen','width=520,height=400,menubar=no,scrollbars=no,resizable=no,status=no'); } function open_popupmax(w_file) { var breite=screen.width-100; var hoehe=screen.height-100; eval("var info_win = window.open(w_file,\"fenster\",\"width=" + breite + ",height=" + hoehe + ",left=30,top=30,menubar=no,scrollbars=no,resizable=yes,status=no,locationbar=no\");") }; function open_variabel(w_file, breite) { eval("var info_win = window.open(w_file,\"fenster\",\"width=" + breite + ",height=500,left=0,top=0,menubar=no,scrollbars=yes,resizable=no,status=yes,locationbar=no\");") }; function open_variabel2(w_file, breite, hoehe) { eval("var info_win = window.open(w_file,\"fenster\",\"width=" + breite + ",height=" + hoehe + ",left=0,top=0,menubar=no,scrollbars=no,resizable=no,status=no,locationbar=no\");") }; function f_openlex(wohin) { var wohin = wohin; var myfensti = ""; var mytype = "type=STARTSWITH&search=A"; myfensti = window.open("", "fenster_lex", "width=494, height=650, left=30, top=30"); myfensti.document.open(); myfensti.document.write(""); myfensti.document.write(" "); myfensti.document.write(" "); myfensti.document.write(" BVI Bundesverband Investment und Asset Management e. V. - Lexikon"); myfensti.document.write(" "); myfensti.document.write(" "); myfensti.document.write(" "); myfensti.document.write(" "); myfensti.document.write(" "); myfensti.document.write(" "); myfensti.document.write(" "); myfensti.document.write(""); myfensti.document.close(); } function PrintPreview(URLLink, Width, Height) { if (Width == null) Width = 650; if (Height == null) Height = 500; status = ''; if(top.name != "PopUp" && top.name != "Print" && top.name != "Search") { winprops = "'width=" + eval(Width) + ",height=" + eval(Height) + ",top=10,left=10,scrollbars=yes,resizable=yes,menubar=no,toolbar=no,status=no'"; if(URLLink.indexOf("?OpenDocument") == -1 && URLLink.indexOf("&DL=Print") == -1) URLLink = URLLink + "?OpenDocument&DL=PopUp"; else if(URLLink.indexOf("?OpenDocument") > 0 && URLLink.indexOf("&DL=Print") == -1) URLLink = URLLink + "&DL=PopUp"; win = window.open(URLLink, "Print", eval(winprops)); win.focus(); win.setTimeout("print()", 2000); // win.print(); } else { window.print(); } }