if (top == self && location.href.indexOf("/RDExe") == -1 && location.href.indexOf("/cms/") == -1) {
        var frameset_page = '/index.php';
        if (location.href.indexOf('/projekte/') > -1)
                frameset_page = '../index.php';
        top.location = frameset_page + "?jump=" + location.href.replace(/&/g, "%26");
}
// Bildschirmmitte festlegen
var winW = 645;
var winH = 535;
if (document.layers) {
    sW = screen.availWidth;
    sH = screen.availHeight;
} else {
    sH = screen.Height;
    sW = screen.Width;
}
var winX = (sW / 2) - (winW / 2);
var winY = (sH / 2) - (winH / 2);
function media(URL, title){
        var win = window.open("", "media", "width=645,height=535,resizable=yes,scrollbars=no,top="+winY+",left="+winX);
        var doc = win.document;
        doc.open("text/html", "replace");
        doc.write("<HTML>");
        doc.write("<HE" + "AD>");
        doc.write("<TI" + "TLE>" + (title == null ? "swb Enordia" : title) + "</TI" + "TLE>");
        doc.write("</H" + "EAD>");
        doc.write("<FRAMESET ROWS=\"100%,*\" BORDER=0 FRAMESPACING=0 FRAMEBORDER=No COLS=\"100%\">");
        doc.write("<FRAME SRC="+ URL +" SCROLLING=AUTO MARGINHEIGHT=0 MARGINWIDTH=0 NORESIZE=NORESIZE FRAMEBORDER=no>");
        doc.write("<FRAME SRC=blank.html SCROLLING=NO MARGINHEIGHT=0 MARGINWIDTH=0 NORESIZE=NORESIZE FRAMEBORDER=no> </FRAMESET><NOFRAMES>");
        doc.write("<BO" + "DY>");
        doc.write("</BODY></NOFRAMES></HTML>");
        doc.close();
}
function popup_resize(URL){
        window.open(URL, "popup_resize",
        "width=646,height=535,resizable=yes,scrollbars=yes,top="+winY+",left="+winX);
};
function popup_noresize(URL){
        window.open(URL, "popup_noresize",
                "width=646,height=535,scrollbars=yes,top="+winY+",left="+winX);
};
function popup_extra(URL){
        window.open(URL, "popup_noresize",
                "width=675,height=550,status=yes,scrollbars=yes,top="+winY+",left="+winX);
};