
function openPopUp(link, titel, von_links, von_oben, breite, hoehe, scroll) {
open(link, titel, "left="+von_links+",top="+von_oben+",width="+breite+",height="+hoehe+",menubar=no,status=no,toolbar=no,location=no,resizable=no,scrollbars="+scroll+",hotkeys=no");
}

function openWin(url,win,width,height,x,y,sb)  {
        remote = window.open("",win,"toolbar=no,width="+width+",height="+height+",screenX="+x+",screenY="+y+",status=no,resize=no,menubar=no,scrollbars="+sb);
        remote.moveTo(x,y);
        remote.location.href = url;
        if (remote.opener == null)
                remote.opener = window;
}

function imgAct(imgName) {
                document[imgName].src = eval(imgName + "on.src");
}

function imgInact(imgName) {
                document[imgName].src = eval(imgName + "off.src");
}


function setFrames(newPage) {
         switch(newPage) {
            case "_pressestimmen":
                 parent.inhalt.location.href = "http://www.ex-oriente.com/cms/pressestimmen.php"
            break;
            case "_termine":
                 parent.inhalt.location.href = "http://www.ex-oriente.com/cms/termine.php"
            break;
            default:
                    parent.inhalt.location.href = "content"+ newPage + ".html"
            break;
         }
         parent.navigation_untermenue.location.href = "untermenue"+ newPage + ".html"
         parent.navigation.location.href = "menue"+ newPage + ".html"
}
function setForum() {
         parent.inhalt.location.href = "http://www.ex-oriente.com/cms/forum.php"
         parent.navigation_untermenue.location.href = "untermenue_forumhilfe.html"
}

function setUntermenue(newPage) {
         switch(newPage) {
             case "_presseservice":
                  parent.inhalt.location.href = "http://www.ex-oriente.com/cms/presseservice.php"
             break;
             case "_pressestimmen":
                  parent.inhalt.location.href = "http://www.ex-oriente.com/cms/pressestimmen.php"
             break;
             case "_drumherum":
                  parent.inhalt.location.href = "http://www.ex-oriente.com/cms/drumherum.php"
             break;
             default:
                  parent.inhalt.location.href = "content"+ newPage + ".html"
             break;
         }
         document.location.href = "untermenue" + newPage + ".html"
}

function setHome(newPage) {
         parent.inhalt.location.href = "content"+ newPage + ".html"
         parent.navigation.location.href = "menue"+ newPage + ".html"
         parent.navigation_untermenue.location.href = "untermenue"+ newPage + ".html"
         document.location.href = "logo" + newPage + ".html"
}