/***************************************** THIS IS VERSION 5 OF THE MILONIC MENU *****************************************/ _menuCloseDelay=500 // The time delay for menus to remain visible on mouse out _menuOpenDelay=100 // The time delay before menus open on mouse over _followSpeed=5 // Follow scrolling speed _followRate=40 // Follow scrolling Rate _subOffsetTop=5 // Sub menu top offset _subOffsetLeft=0 // Sub menu left offset _scrollAmount=3 // Only needed for Netscape 4.x _scrollDelay=20 // Only needed for Netcsape 4.x with(styleTop=new mm_style()){ onbgcolor="#ec008c"; oncolor="#ccc"; offbgcolor="#ec008c"; offcolor="#fff"; bordercolor="#fff"; borderstyle="solid"; borderwidth=0; separatorcolor="#fff"; separatorimage=""; separatorsize="1"; padding=0; fontsize="14px"; fontstyle="normal"; fontfamily="Arial"; fontweight="normal"; pagecolor="#ffffff"; pagebgcolor="#ec008c"; headercolor="#ec008c"; headerbgcolor="#fff"; subimage=""; subimagepadding="2"; subimageposition="right"; overfilter="Fade(duration=1);Alpha(opacity=100);"; outfilter="randomdissolve(duration=0.3)"; } with(styleSub=new mm_style()){ onbgcolor="#ec008c"; oncolor="#fff"; offbgcolor="#ec008c"; offcolor="#fff"; bordercolor="#fff"; borderstyle="solid"; borderwidth=1; separatorcolor="#fff"; separatorsize="0"; padding=6; fontsize="14px"; fontstyle="normal"; fontfamily="Arial"; fontweight="normal"; pagecolor="#ffffff"; pagebgcolor="#333333"; headercolor="#000000"; headerbgcolor="#ffffff"; //subimage="http://www.obk.org.nz/images/templates/menu_arrow_brown.gif"; //subimagepadding="2"; overfilter="inset(duration=0.3);Fade(duration=0.2);Alpha(opacity=95);"; outfilter="randomdissolve(duration=0.6)"; } with(milonic=new menuname("Main Menu")){ style=styleTop; top=223; left="offset=33"; screenposition="center"; alwaysvisible=1; orientation="horizontal"; //vertical itemheight=""; menuwidth=""; aI("text=   OUR CLUB   ;showmenu=our_club44;url=http://www.obk.org.nz/our_club/;status=Our Club;");aI("text=   SPORT   ;url=http://www.obk.org.nz/sport/;status=SPORT;");aI("text=   MEMBERSHIP   ;showmenu=our_members16;url=http://www.obk.org.nz/our_members/;status=Membership;");aI("text=   GALLERY   ;url=http://www.obk.org.nz/gallery/;status=Gallery;");aI("text=   OBK BLOG   ;url=http://www.obk.org.nz/obk_blog/;status=OBK Blog;");aI("text=   CONTACT US   ;showmenu=contact_us19;url=http://www.obk.org.nz/contact_us/;status=Contact Us;");} with(milonic=new menuname("our_club44")){ style=styleSub; top='offset=1'; left='offset=0'; aI("text= Our Purpose ;url=http://www.obk.org.nz/our_club/our_purpose/;status=Our Purpose;");aI("text= Our People ;url=http://www.obk.org.nz/our_club/our_people/;status=Our People;");aI("text= Our History ;url=http://www.obk.org.nz/our_club/our_histoy/;status=Our History;");aI("text= Our Facilities ;url=http://www.obk.org.nz/our_club/our_facilities/;status=Our Facilities;");} with(milonic=new menuname("our_members16")){ style=styleSub; top='offset=1'; left='offset=0'; aI("text= Lifesaving ;url=http://www.obk.org.nz/our_members/lifesaving/;status=Lifesaving;");aI("text= Sport ;url=http://www.obk.org.nz/our_members/sport/;status=Sport;");aI("text= Junior Surf ;url=http://www.obk.org.nz/our_members/junior_surf/;status=Junior Surf;");aI("text= Newsletters ;url=http://www.obk.org.nz/our_members/newsletters/;status=Newsletters;");aI("text= Club Fees ;url=http://www.obk.org.nz/our_members/club_fees/;status=Club Fees;");aI("text= Uniforms ;url=http://www.obk.org.nz/our_members/uniforms/;status=Uniforms;");} with(milonic=new menuname("contact_us19")){ style=styleSub; top='offset=1'; left='offset=0'; aI("text= Make a Donation ;url=http://www.obk.org.nz/contact_us/make_a_donation/;status=Make a Donation;");} drawMenus();