_menuCloseDelay=500 // The time delay for menus to remain visible on mouse out _menuOpenDelay=150 // 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="#99CCFF"; oncolor="#000022"; offbgcolor="#336699"; offcolor="#ffffff"; bordercolor=""; borderstyle=""; borderwidth=0; separatorcolor="#336699"; separatorsize="1"; padding=5; fontsize="100%"; fontstyle="normal"; fontfamily="Verdana, Tahoma, Arial"; pagecolor="#FFFFFF"; pagebgcolor=""; headercolor=""; headerbgcolor=""; subimage=""; subimagepadding=""; overfilter="Fade(duration=0.2);Alpha(opacity=80);Shadow(color='#777777', Direction=135, Strength=5)"; outfilter="randomdissolve(duration=0.2)"; } with(submenuStyle=new mm_style()){ onbgcolor="#99CCFF"; oncolor="#000022"; offbgcolor="#336699"; offcolor="#ffffff"; bordercolor=""; borderstyle=""; borderwidth=0; separatorcolor="#336699"; separatorsize="1"; padding=5; fontsize="100%"; fontstyle="normal"; fontfamily="Verdana, Tahoma, Arial"; pagecolor="#FFFFFF"; pagebgcolor="#99CCFF"; headercolor=""; headerbgcolor=""; subimage=""; subimagepadding=""; overfilter="Fade(duration=0.2);Alpha(opacity=80);Shadow(color='#777777', Direction=135, Strength=5)"; outfilter="randomdissolve(duration=0.2)"; } drawMenus();