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 Structural Framework","showcontent.asp?ThemaID=4431", null,"2 Structures","showcontent.asp?ThemaID=4432", null,"3 Tasks and Objectives","showcontent.asp?ThemaID=4433", null,"Download (Power-Point)","showcontent.asp?ThemaID=5002", null); mn4512=initMenu("The Federal Order","showcontent.asp?ThemaID=4798", null,"Child and Youth Policy in Germany - an Overview","showcontent.asp?ThemaID=4931", null,"Child and Youth Policy at Federal level - BMFSFJ ...","showcontent.asp?ThemaID=4950", null,"Child and Youth Policy at the Federal level - Other Ministries and Departments ...","showcontent.asp?ThemaID=4936", null,"The Länder Level","showcontent.asp?ThemaID=4807", null,"The Municipal Level","showcontent.asp?ThemaID=4808", null); mn4796=initMenu("Index A-G","showcontent.asp?ThemaID=4894", null,"Index H-X","showcontent.asp?ThemaID=4895", null,"Summary of the Age-Related Legal Regulations","showcontent.asp?ThemaID=4601", null); mn5000=initMenu("Start Database","showcontent.asp?ThemaID=5001", null); insertMenu("beforeEnd",mn4426); WbTopMenu['mn4426']=mn4426; insertMenu("beforeEnd",mn4512); WbTopMenu['mn4512']=mn4512; insertMenu("beforeEnd",mn4796); WbTopMenu['mn4796']=mn4796; insertMenu("beforeEnd",mn5000); WbTopMenu['mn5000']=mn5000; geladen1=true; } var WbTopMenu=new Array(); // MENU-STRUKTUR ENDE // writeMenu - AUFRUFE geladen2=true; // writeMenu - AUFRUFE ENDE