/***************************************** 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=6 // Sub menu top offset _subOffsetLeft=-7 // 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="#e94539"; oncolor="#666666"; offbgcolor="#e94539"; offcolor="#ffffff"; bordercolor="#333333"; borderstyle="solid"; borderwidth=0; separatorcolor="#ffffff"; separatorsize="1"; padding=0; fontsize=13; fontstyle="normal"; fontfamily="Arial"; fontweight="normal"; pagecolor=""; pagebgcolor=""; headercolor=""; headerbgcolor=""; subimage=""; subimagepadding="2"; subimageposition="right"; overfilter="Fade(duration=1);Alpha(opacity=100);"; outfilter="randomdissolve(duration=0.3)"; } with(styleSub=new mm_style()){ onbgcolor="#e94539"; oncolor="#cccccc"; offbgcolor="#e94539"; offcolor="#ffffff"; bordercolor="#ffffff"; borderstyle="solid"; borderwidth=0; separatorcolor="#ffffff"; separatorsize="1"; padding=3; fontsize=12; fontstyle="normal"; fontfamily="Arial"; fontweight="normal"; pagecolor=""; pagebgcolor=""; headercolor="#000000"; headerbgcolor="#ffffff"; subimage=""; subimagepadding=""; overfilter="inset(duration=0.3);Fade(duration=0.2);Alpha(opacity=100);"; outfilter="randomdissolve(duration=0.6)"; } with(milonic=new menuname("Main Menu")){ style=styleTop; top=313; left="offset=0"; screenposition="center"; alwaysvisible=1; orientation="horizontal"; //vertical itemheight="15"; aI("text=      HOME      ;;;url=http://sundevils.co.nz;status=Home Page;");aI("text=      LEARN TO SWIM      ;showmenu=learn_to_swim73;url=http://sundevils.co.nz/learn_to_swim/;status=Learn to Swim;");aI("text=      SUNDEVILS      ;showmenu=the_club15;url=http://sundevils.co.nz/the_club/;status=Sundevils;");aI("text=      MASTERS      ;url=http://sundevils.co.nz/masters/;status=Masters;");aI("text=      CALENDAR      ;url=http://sundevils.co.nz/swimming_calendar/;status=Calendar;");aI("text=      CONTACT US      ;showmenu=contact_us18;url=http://sundevils.co.nz/contact_us/;status=Contact Us;");} with(milonic=new menuname("learn_to_swim73")){ style=styleSub; top='offset=4'; left='offset=30'; itemwidth=150; aI("text=PROGRAMS;url=http://sundevils.co.nz/learn_to_swim/programs/;status=Programs;");} with(milonic=new menuname("the_club15")){ style=styleSub; top='offset=4'; left='offset=30'; itemwidth=150; aI("text=REUNION;showmenu=reunion82;url=http://sundevils.co.nz/the_club/reunion/;status=Reunion;");aI("text=HISTORY;showmenu=history16;url=http://sundevils.co.nz/the_club/history/;status=History;");aI("text=COACHES;url=http://sundevils.co.nz/the_club/coaches/;status=Coaches;");aI("text=NOTICE BOARD;url=http://sundevils.co.nz/the_club/notice_board/;status=Notice Board;");aI("text=NEWSLETTER;url=http://sundevils.co.nz/the_club/newsletter/;status=Newsletter;");aI("text=PARENTS SECTION;url=http://sundevils.co.nz/the_club/parents_section/;status=Parents Section;");aI("text=SQUADS;url=http://sundevils.co.nz/the_club/squads/;status=Squads;");aI("text=THE COMMITTEE;url=http://sundevils.co.nz/the_club/the_committee/;status=The Committee;");aI("text=CLUB FEES;url=http://sundevils.co.nz/the_club/club_fees_/;status=Club Fees;");aI("text=USEFUL LINKS;url=http://sundevils.co.nz/the_club/useful_links/;status=Useful Links;");aI("text=TRAINING SCHEDULE;url=http://sundevils.co.nz/the_club/training_schedule/;status=Training Schedule;");aI("text=PRIZEGIVING;url=http://sundevils.co.nz/the_club/prizegiving/;status=Prizegiving;");aI("text=FORMS;url=http://sundevils.co.nz/the_club/forms/;status=Forms;");aI("text=PICTURES;url=http://sundevils.co.nz/the_club/pictures/;status=Pictures;");} with(milonic=new menuname("reunion82")){ style=styleSub; top='offset=4'; left='offset=30'; itemwidth=150; aI("text=REUNION REGISTRATION;url=http://sundevils.co.nz/the_club/reunion/reunion_registration/;status=Reunion Registration;");aI("text=PHOTO GALLERY;url=http://sundevils.co.nz/the_club/reunion/photo_gallery/;status=Photo Gallery;");} with(milonic=new menuname("history16")){ style=styleSub; top='offset=4'; left='offset=30'; itemwidth=150; aI("text=1908 - 1930;url=http://sundevils.co.nz/the_club/history/1908_1930/;status=1908 - 1930;");aI("text=1931 - 1969;url=http://sundevils.co.nz/the_club/history/more_history/;status=1931 - 1969;");aI("text=1970 - TODAY;url=http://sundevils.co.nz/the_club/history/1970_today_/;status=1970 - Today;");} with(milonic=new menuname("contact_us18")){ style=styleSub; top='offset=4'; left='offset=30'; itemwidth=150; aI("text=FEEDBACK ON OUR WEBSITE;url=http://sundevils.co.nz/contact_us/feedback_on_our_website/;status=Feedback on our website;");} drawMenus();