//Hauptmenü Design definieren with(menuStyle=new mm_style()){ //bordercolor="#CCCCCC"; //borderstyle="solid"; //borderwidth=0; fontfamily="Segoe UI,Verdana,Arial,Tahoma,Helvetica"; fontsize="14px"; fontstyle="normal"; fontweight="bold"; itemheight="31px"; pagedecoration="none"; pagecolor="#FFFFFF"; overbgcolor="#CC0000"; overcolor="#CCCCCC"; offbgcolor="#bbc024"; offcolor="#3a6306"; onbgcolor="#bbc024"; //oncolor="#FFFFFF"; separatorsize=1; separatorcolor="#FFFFFF"; decoration="none"; padding="7px 30px 1px 30px"; } with(milonic=new menuname("Main Menu")){ style=menuStyle; alwaysvisible=1; position="relative"; orientation="horizontal"; zindex=80; aI("text=Home;url=index.asp?site=home;pagematch='';align=center;pageclass=borderPageOn;offclass=borderBottomOff;onclass=borderBottomOn_gruen;itemwidth=200px;"); aI("showmenu=sicherheit;text=Sicherheit;url=index.asp?site=sicherheit;pagematch='';align=center;pageclass=borderPageOn;offclass=borderBottomOff;onclass=borderBottomOn_blau;itemwidth=200px;"); aI("showmenu=sonnenschutz;text=Sonnenschutz;url=index.asp?site=sonnenschutz;pagematch='';align=center;pageclass=borderPageOn;offclass=borderBottomOff;onclass=borderBottomOn_gelb;itemwidth=200px;"); aI("showmenu=unternehmen;text=Unternehmen;url=index.asp?site=unternehmen;pagematch='';align=center;pageclass=borderPageOn;offclass=borderBottomOff;onclass=borderBottomOn_rot;itemwidth=200px;"); aI("showmenu=kontakt;text=Kontakt;url=index.asp?site=kontakt;pagematch='';align=center;pageclass=borderPageOn;offclass=borderBottomOff;onclass=borderBottomOn_grau;itemwidth=200px;"); } drawMenus();