_menuCloseDelay=300 // The time delay for menus to remain visible on mouse out _menuOpenDelay=50 // The time delay before menus open on mouse over _subOffsetTop=5 // Sub menu top offset _subOffsetLeft=-10 // Sub menu left offset with(menuStyle=new mm_style()){ onbgcolor="#FFFFFF"; oncolor="#000000"; offbgcolor="#C0C0C0"; offcolor="#ffffff"; //bordercolor="#296488"; //borderstyle="solid"; //borderwidth=1; //separatorcolor="#FFFFFF"; //separatorsize="1"; padding=5; fontsize="88%"; fontstyle="normal"; fontfamily="Verdana, Arial"; fontweight="bold"; pagecolor="black"; pagebgcolor="#FFFFFF"; headercolor="#000000"; headerbgcolor="#000000"; subimage="/includes/dhtmlmenu/menuimages/arrow.gif"; subimagepadding="2"; //overfilter="Fade(duration=0.1);Alpha(opacity=98);Shadow(color='#777777', Direction=135, Strength=5)"; //outfilter="randomdissolve(duration=0.2)"; }with(milonic=new menuname("Main Menu")){ position="relative"; style=menuStyle; alwaysvisible=1; followscroll="1"; orientation="horizontal"; //horizontal or vertical aI("text=Home;image=/images/core/home16_d.gif;url=/;"); aI("text=Nieuws;url=http://www.digitron-nl.com/modules.php/News;"); aI("text=Product informatie;url=http://www.digitron-nl.com/modules.php/Shop/index;"); aI("text=Contact;url=http://www.digitron-nl.com/modules.php/Page/index/1;"); } drawMenus();