var MenuOffset=0; // MENU-STRUKTUR DEFINIEREN function insertMenu(sWhere, sHTML){ amenudiv=document.getElementById("menu_div"); if(amenudiv){ if(amenudiv.insertAdjacentHTML) amenudiv.insertAdjacentHTML(sWhere, sHTML); else if(amenudiv.innerHTML) amenudiv.innerHTML+=sHTML; } }; function createMenu(){ if(!window.initMenu){ window.setTimeout("createMenu()",200); return; } //MenuOffset = document.all?((document.body.clientWidth-800)/2):((window.innerWidth-800)/2); MenuOffset = document.all?((document.body.clientWidth-document.getElementById("header").clientWidth)/2):((window.innerWidth-document.getElementById("header").clientWidth)/2); mn57=initMenu("und wo genau?","showcontent.asp?ThemaID=91", null,"und Statements?","showcontent.asp?ThemaID=92", null,"regional+kostenfrei?","showcontent.asp?ThemaID=93", null); mn60=initMenu("Pressebilder","showcontent.asp?ThemaID=83", null,"Presse national-international","showcontent.asp?ThemaID=84", null); insertMenu("beforeEnd",mn57); WbTopMenu['mn57']=mn57; insertMenu("beforeEnd",mn60); WbTopMenu['mn60']=mn60; geladen1=true; } var WbTopMenu=new Array(); // MENU-STRUKTUR ENDE // writeMenu - AUFRUFE geladen2=true; // writeMenu - AUFRUFE ENDE