function openEopro4(myParameters) { var myURL,edMod; edMod = "edit"; myURL = "http://www.tu-braunschweig.de/synformation/servlet/PageServlet/tu-bs.de/redaktion_https/redaktion_logic_4"; myURL += "?editModus="; myURL += edMod; myURL += "&editModus3="; myURL += edMod; myURL += myParameters; window.open(myURL, "eop4", "width=800, height=600, location=no, resizable=yes, scrollbars=yes, toolbar=no, menubar=no, status=no"); } function openNewEopro4(myParameters) { var myURL,edMod; if(document.myNewForm.elements[0].checked){ myURL = "http://www.tu-braunschweig.de/synformation/servlet/PageServlet/tu-bs.de/redaktion_https/redaktion_logic_4?editModus=edit"; } else if(document.myNewForm.elements[1].checked){ myURL = "http://www.tu-braunschweig.de/synformation/servlet/PageServlet/tu-bs.de/redaktion_https/redaktion_logic_4?editModus=translate"; } else if(document.myNewForm.elements[2].checked){ myURL = "http://www.tu-braunschweig.de/synformation/servlet/PageServlet/tu-bs.de/redaktion_https/redaktion_logic_4?editModus=new"; } else if(document.myNewForm.elements[3].checked){ myURL = "http://www.tu-braunschweig.de/synformation/servlet/PageServlet/tu-bs.de/redaktion_https/redaktion_logic?editModus=delete"; } myURL += myParameters; window.open(myURL, "eop4", "width=800, height=600, location=no, resizable=yes, scrollbars=yes, toolbar=no, menubar=no, status=no"); } // added (romang, 2005-08-23) function openRedSys(myParameters) { var myURL,edMod; if(document.redSysForm.elements[0].checked){ myURL = "http://www.tu-braunschweig.de/synformation/servlet/PageServlet/tu-bs.de/redaktion_https/redaktion_logic_4?editModus=edit"; } else if(document.redSysForm.elements[1].checked){ myURL = "http://www.tu-braunschweig.de/synformation/servlet/PageServlet/tu-bs.de/redaktion_https/redaktion_logic_4?editModus=translate"; } else if(document.redSysForm.elements[2].checked){ myURL = "http://www.tu-braunschweig.de/synformation/servlet/PageServlet/tu-bs.de/redaktion_https/redaktion_logic_4?editModus=new"; } else if(document.redSysForm.elements[3].checked){ myURL = "http://www.tu-braunschweig.de/synformation/servlet/PageServlet/tu-bs.de/redaktion_https/redaktion_logic?editModus=delete"; } else if(document.redSysForm.elements[4].checked){ myURL = "http://www.tu-braunschweig.de/synformation/servlet/PageServlet/tu-bs.de/redaktion_https/redaktion_logic?editModus=navi_schnitt"; } myURL += myParameters; if(document.redSysForm.elements[0].checked || document.redSysForm.elements[1].checked || document.redSysForm.elements[2].checked){ window.open(myURL, "eop4", "width=800, height=600, location=no, resizable=yes, scrollbars=yes, toolbar=no, menubar=no, status=no"); }else{ window.location = myURL; } } // added (torbenw, 2005-11-21) function openExternal(myParameters) { var myURL,edMod; if(document.externalForm.elements[0].checked){ myURL = "http://www.tu-braunschweig.de/synformation/servlet/PageServlet/tu-bs.de/skripts/redaktion_logic?editModus=edit"; } else if(document.externalForm.elements[1].checked){ myURL = "http://www.tu-braunschweig.de/synformation/servlet/PageServlet/tu-bs.de/skripts/redaktion_logic?editModus=translate"; } else if(document.externalForm.elements[2].checked){ myURL = "http://www.tu-braunschweig.de/synformation/servlet/PageServlet/tu-bs.de/skripts/redaktion_logic?editModus=new"; } else if(document.externalForm.elements[3].checked){ myURL = "http://www.tu-braunschweig.de/synformation/servlet/PageServlet/tu-bs.de/skripts/redaktion_logic?editModus=delete"; } myURL += myParameters; if(document.externalForm.elements[0].checked || document.externalForm.elements[1].checked || document.externalForm.elements[2].checked || document.externalForm.elements[3].checked){ window.open(myURL, "eop4", "width=800, height=600, location=no, resizable=yes, scrollbars=yes, toolbar=no, menubar=no, status=no"); }else{ window.location = myURL; } } // für das neue Redaktionssystem (romang, 2005-08-17) function openRedSys2(myParameters) { var myURL,edMod; if(document.redSys2Form.elements[0].checked){ myURL = "http://www.tu-braunschweig.de/synformation/servlet/PageServlet/tu-bs.de/redSys2/redSys2?editModus=edit"; } else if(document.redSys2Form.elements[1].checked){ myURL = "http://www.tu-braunschweig.de/synformation/servlet/PageServlet/tu-bs.de/redSys2/redSys2?editModus=translate"; } else if(document.redSys2Form.elements[2].checked){ myURL = "http://www.tu-braunschweig.de/synformation/servlet/PageServlet/tu-bs.de/redSys2/redSys2?editModus=new"; } else if(document.redSys2Form.elements[3].checked){ myURL = "http://www.tu-braunschweig.de/synformation/servlet/PageServlet/tu-bs.de/redSys2/redSys2?editModus=delete"; } else if(document.redSys2Form.elements[4].checked){ myURL = "http://www.tu-braunschweig.de/synformation/servlet/PageServlet/tu-bs.de/redSys2/redSys2?editModus=navi_schnitt"; } myURL += myParameters; if(document.redSys2Form.elements[0].checked || document.redSys2Form.elements[1].checked || document.redSys2Form.elements[2].checked){ window.open(myURL, "eop4", "width=1100, height=800, location=no, resizable=yes, scrollbars=yes, toolbar=no, menubar=no, status=no"); }else{ window.location = myURL; } } // für das neue Redaktionssystem mit FCK (romang, 2006-04-27) function openRedSys2FCK(myParameters) { var myURL,edMod; if(document.redSys2Form.elements[0].checked){ myURL = "http://www.tu-braunschweig.de/synformation/servlet/PageServlet/tu-bs.de/redSys2FCK/redSys2?editModus=edit"; } else if(document.redSys2Form.elements[1].checked){ myURL = "http://www.tu-braunschweig.de/synformation/servlet/PageServlet/tu-bs.de/redSys2FCK/redSys2?editModus=translate"; } else if(document.redSys2Form.elements[2].checked){ myURL = "http://www.tu-braunschweig.de/synformation/servlet/PageServlet/tu-bs.de/redSys2FCK/redSys2?editModus=new"; } else if(document.redSys2Form.elements[3].checked){ myURL = "http://www.tu-braunschweig.de/synformation/servlet/PageServlet/tu-bs.de/redSys2FCK/redSys2?editModus=delete"; } else if(document.redSys2Form.elements[4].checked){ myURL = "http://www.tu-braunschweig.de/synformation/servlet/PageServlet/tu-bs.de/redSys2FCK/redSys2?editModus=navi_schnitt"; } myURL += myParameters; if(document.redSys2Form.elements[0].checked || document.redSys2Form.elements[1].checked || document.redSys2Form.elements[2].checked){ window.open(myURL, "eop4", "width=1100, height=800, location=no, resizable=yes, scrollbars=yes, toolbar=no, menubar=no, status=no"); }else{ window.location = myURL; } } // für externe Skripte aus dem RedSys2 (romang, 2006-06-02) function openExternal2(myParameters) { var myURL,edMod; if(document.externalForm2.elements[0].checked){ myURL = "http://www.tu-braunschweig.de/synformation/servlet/PageServlet/tu-bs.de/skripts/redaktion_logic?editModus=edit"; } else if(document.externalForm2.elements[1].checked){ myURL = "http://www.tu-braunschweig.de/synformation/servlet/PageServlet/tu-bs.de/skripts/redaktion_logic?editModus=translate"; } else if(document.externalForm2.elements[2].checked){ myURL = "http://www.tu-braunschweig.de/synformation/servlet/PageServlet/tu-bs.de/skripts/redaktion_logic?editModus=new"; } else if(document.externalForm2.elements[3].checked){ myURL = "http://www.tu-braunschweig.de/synformation/servlet/PageServlet/tu-bs.de/skripts/redaktion_logic?editModus=delete"; } myURL += myParameters; if(document.externalForm2.elements[0].checked || document.externalForm2.elements[1].checked || document.externalForm2.elements[2].checked || document.externalForm2.elements[3].checked){ window.open(myURL, "eop4", "width=800, height=600, location=no, resizable=yes, scrollbars=yes, toolbar=no, menubar=no, status=no"); }else{ window.location = myURL; } }