_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="#CCCCFF"; oncolor="#000022"; offbgcolor="#333366"; offcolor="#ffffff"; bordercolor=""; borderstyle=""; borderwidth=0; separatorcolor="#333366"; 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="#CCCCFF"; oncolor="#000022"; offbgcolor="#333366"; offcolor="#ffffff"; bordercolor=""; borderstyle=""; borderwidth=0; separatorcolor="#9999CC"; separatorsize="1"; padding=5; fontsize="100%"; fontstyle="normal"; fontfamily="Verdana, Tahoma, Arial"; pagecolor="#FFFFFF"; pagebgcolor="#CCCCFF"; 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();