//Hauptmenü Design definieren with(menuStyle=new mm_style()){ bordercolor="#84015f"; borderstyle="solid"; borderwidth=0; fontfamily="Trebuchet MS, Arial, Tahoma,Verdana,Segoe,Verdana,Helvetica"; fontsize="12px"; fontstyle="normal"; fontweight="bold"; itemwidth="80px"; itemheight="48px"; bgimage="images/bg/reiter_h.jpg"; pagecolor="#FFFFFF"; pagebgimage="images/bg/reiter_aktiv_h.jpg"; offbgcolor="#FFFFFF"; offcolor="#000000"; //oncolor="#84015f"; padding="0px 0px 9px 0px"; } with(milonic=new menuname("Main Menu")){ alwaysvisible=1; style=menuStyle; zindex=80; orientation="horizontal"; //menualign="left"; aI("text=home;url=index.asp;pagematch='';align=center;"); aI("showmenu=idea;text=die idee;url=index.asp?site=konzept;pagematch='';align=center;"); aI("showmenu=products;text=produkte;url=index.asp?site=produkte;pagematch='';align=center;"); aI("text=news;url=index.asp?site=news;pagematch='';align=center;"); aI("showmenu=contact;text=kontakt;url=index.asp?site=contact;pagematch='';align=center;"); } drawMenus();