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); mn4426=initMenu("1 Rahmenbedingungen","showcontent.asp?ThemaID=4431", null,"2 Strukturen","showcontent.asp?ThemaID=4432", null,"3 Aufgaben und Ziele","showcontent.asp?ThemaID=4433", null,"Download (Power-Point)","showcontent.asp?ThemaID=5002", null); insertMenu("beforeEnd",mn4426); WbTopMenu['mn4426']=mn4426; geladen1=true; } var WbTopMenu=new Array(); // MENU-STRUKTUR ENDE // writeMenu - AUFRUFE geladen2=true; // writeMenu - AUFRUFE ENDE