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); mn47=initMenu("1. Preis","showcontent.asp?ThemaID=44", null,"2. Preis","showcontent.asp?ThemaID=45", null,"3. Preis","showcontent.asp?ThemaID=46", null); insertMenu("beforeEnd",mn47); WbTopMenu['mn47']=mn47; geladen1=true; } var WbTopMenu=new Array(); // MENU-STRUKTUR ENDE // writeMenu - AUFRUFE geladen2=true; // writeMenu - AUFRUFE ENDE