_menuCloseDelay=500 // The time delay for menus to remain visible on mouse out _menuOpenDelay=0 // 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="#6666A6"; oncolor="#fff"; offbgcolor="#B90000"; offcolor="#fff"; bordercolor="#C0C0C0"; borderstyle="solid"; borderwidth=1; separatorcolor="#C0C0C0"; separatorsize="1"; padding=4; fontsize="8pt"; fontstyle="normal"; fontweight="normal"; fontfamily="Verdana, Tahoma, Arial"; pagecolor="white"; pagebgcolor="#B90000"; headercolor="#000000"; headerbgcolor="#ffffff"; subimage="./includes/milonic/arrow.gif"; subimagepadding="2"; } with(milonic=new menuname("Main Menu")){ style=menuStyle; top=80; left=0; alwaysvisible=1; orientation="horizontal"; position= "relative"; aI("text=Home;url=index.php?page=8;status=Back To Home Page;"); aI("text=Coaches & Counselors;showmenu=3;"); aI("text=Vereniging CLC;showmenu=6;"); aI("text=Nieuws & Publicatie's;showmenu=2;"); aI("text=Links;url=index.php?page=19;status=Back To Home Page;"); aI("text=Contact;url=index.php?page=32;status=Back To Home Page;"); } with(milonic=new menuname("8")){ style=menuStyle; overflow="scroll"; } with(milonic=new menuname("3")){ style=menuStyle; overflow="scroll"; aI("text=• zoek een coach/counseler;url=index.php?page=15;"); } with(milonic=new menuname("6")){ style=menuStyle; overflow="scroll"; aI("text=• bestuur;url=index.php?page=36;"); aI("text=• activiteitencommissie;url=index.php?page=37;"); aI("text=• statuten;url=index.php?page=10;"); aI("text=• huishoudelijk reglement;url=index.php?page=11;"); aI("text=• handleiding invullen profielpagina;url=index.php?page=35;"); aI("text=• lid worden;url=index.php?page=38;"); } with(milonic=new menuname("2")){ style=menuStyle; overflow="scroll"; aI("text=• agenda;url=index.php?page=12;"); aI("text=• activiteiten;url=index.php?page=13;"); aI("text=• de loper;url=index.php?page=14;"); aI("text=• publicaties;url=index.php?page=22;"); } with(milonic=new menuname("19")){ style=menuStyle; overflow="scroll"; } with(milonic=new menuname("32")){ style=menuStyle; overflow="scroll"; } drawMenus();