/***************************************** 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=   THE CLUB   ;showmenu=the_club15;url=http://www.obk.org.nz/the_club/;status=The Club;");aI("text=   SPORT   ;showmenu=sport38;url=http://www.obk.org.nz/sport/;status=Sport;");aI("text=   LIFESAVING   ;showmenu=notice_board21;url=http://www.obk.org.nz/notice_board/;status=Lifesaving;");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("the_club15")){ style=styleSub; top='offset=1'; left='offset=0'; aI("text= Club History ;url=http://www.obk.org.nz/the_club/club_history/;status=Club History;");aI("text= Our People ;url=http://www.obk.org.nz/the_club/our_people/;status=Our People;");aI("text= Stayover Policy ;url=http://www.obk.org.nz/the_club/stayover_policy/;status=Stayover Policy;");} with(milonic=new menuname("sport38")){ style=styleSub; top='offset=1'; left='offset=0'; aI("text= Results ;url=http://www.obk.org.nz/sport/results/;status=Results;");} with(milonic=new menuname("notice_board21")){ style=styleSub; top='offset=1'; left='offset=0'; aI("text= Patrol Roster ;url=http://www.obk.org.nz/notice_board/patrol_roster/;status=Patrol Roster;");} 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();