_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=0 // Sub menu top offset _subOffsetLeft=0 // Sub menu left offset with(menuStyle=new mm_style()) { onbgcolor="#999999"; //#4F8EB6"; oncolor="#FFFFFF"; offbgcolor="#555555"; //#DCE9F0"; offcolor="#FFFFFF"; bordercolor="#000000";//#296488"; borderstyle="solid"; borderwidth=0; separatorcolor="#000000"; //#2D729D"; separatorsize=1; padding=3; fontsize="100%"; fontstyle="normal"; fontfamily="Arial, sans-serif"; pagecolor="#FFFFFF"; pagebgcolor="#000000"; headercolor="#000000"; headerbgcolor="#000000"; subimage="arrow2.gif"; subimagepadding="2"; //overfilter="Alpha(opacity=90);Shadow(color='#52617B', Direction=135, Strength=5)"; overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#DDDDDD', Direction=135, Strength=5)"; //outfilter="randomdissolve(duration=0.1)"; } with(milonic=new menuname("MainMenu")) { style=menuStyle; top=25; left=20; alwaysvisible=1; //position="relative"; screenposition="left"; orientation="horizontal"; aI(""); aI("text=MGH;url=#;showmenu=MGH;"); aI("text=My Account;url=#;showmenu=Account;"); aI("text=MGH Community;url=#;showmenu=Friends"); aI("text=Search;url=#;showmenu=Search"); aI("text=Logout;url=logout.php;"); aI(""); } with(milonic=new menuname("MGH")) { style=menuStyle; overflow="scroll"; margin=0; aI("text=Home;url=index.php;"); aI("text=Chat;url=index.php#chat;"); aI("text=News;url=articles.php;"); } with(milonic=new menuname("Account")) { style=menuStyle; overflow="scroll"; margin=0; aI("text=Register;url=register.php;"); aI("text=Login;url=index.php;"); } with(milonic=new menuname("Friends")) { style=menuStyle; overflow="scroll"; margin=0; aI("text=Friends;url=friends.php;"); aI("text=Messages;url=messages.php;"); aI("text=Sanctums;url=grouplist.php;"); aI("text=Comments;url=comments.php;"); } with(milonic=new menuname("Search")) { style=menuStyle; overflow="scroll"; margin=0; aI("text=Members;url=usersearch.php;"); } drawMenus();