_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=10 // Sub menu top offset _subOffsetLeft=-10 // Sub menu left offset //general styles for menus with(menuStyle=new mm_style()){ onbgcolor=""; oncolor="#ff7505"; offbgcolor=""; offcolor="#ffffff"; bordercolor="#FFFFFF"; borderstyle="solid"; borderwidth=0; separatorcolor="#000000"; separatorsize="0"; padding=7; fontsize="12px"; fontstyle="normal"; fontfamily="Myriad, Helvetica, Arial, Helvetica, Tahoma"; pagecolor=""; pagebgcolor=""; headercolor=""; headerbgcolor=""; subimage=""; subimagepadding=""; overfilter="Fade(duration=0.2);Alpha(opacity=90);"; outfilter="randomdissolve(duration=0.3)"; } with(subMenuStyle=new mm_style()){ onbgcolor="#222222"; oncolor="#ff7505"; offbgcolor="#222222"; offcolor="#ffffff"; bordercolor="#666666"; borderstyle="solid"; borderwidth=1; separatorcolor="#666666"; separatorsize="1"; padding=5; fontsize="10px"; fontstyle="normal"; fontfamily="Verdana, Arial, Helvetica, Tahoma"; pagecolor=""; pagebgcolor=""; headercolor=""; headerbgcolor=""; subimage=""; subimagepadding=""; itemwidth=120; overfilter="Fade(duration=0.1);Alpha(opacity=100);"; outfilter="randomdissolve(duration=0.1)"; } with(milonic=new menuname("Main Menu")) { style=menuStyle; alwaysvisible=1; orientation="horizontal"; position="relative"; aI("text= Frontpage   ;url=category.php?categoryID=34;status=Till Frontpage;pointer=pointer;"); aI("text= Projects   ;url=category.php?categoryID=36;status=Till Projects;pointer=pointer;"); aI("text= Contact us   ;url=category.php?categoryID=35;status=Till Contact us;pointer=pointer;"); } drawMenus();