<!--
/*
Copyright © MaXimuS 2000-2001, All Rights Reserved.
Site: http://www.absolutegb.com/maximus
E-mail: maximus@nsimail.com
Version: 6.3 (NS6 compatibility + NS4 x-axis scroll bar fix)
*/
// Permission granted to SimplytheBest.net to feature script in its 
// DHTML script collection at http://simplythebest.net/info/dhtml_scripts.html

YOffset=80; // no quotes!!
staticYOffset=20; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=800; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes";
menuWidth=140; // Must be a multiple of 10! no quotes!!
hdrFontFamily="arial, sans serif";
hdrFontSize="2";
hdrFontColor="#ffffff";
hdrBGColor="gray";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#fffff0";
linkOverBGColor="#C0C0C0";
linkTarget="_top";
linkAlign="Left";
barBGColor="white";
barFontFamily="arial, sans serif";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=15; // no quotes!!

startMenu("Menu", "M E N U")
addItem("Home page", "index.htm", "");
addItem("Race Calendar 2010 & _Local accomodation", "race_calendar 2010.htm", "new");
addItem("Race Results 2009", "race_results2009.htm", "new");
addItem("External Links", "external_links.htm", "new");
addItem("The Staff", "the_staff.htm", "new");
addItem("Training", "training.htm", "new");
addItem("Membership", "2010 Membership Application.pdf", "new");
addItem("What We Sail", "what_we_sail.htm", "new");
addItem("Where We Are", "where_we_are.htm", "new");
addItem("The Club House", "the_club_house.htm", "new");
addItem("Safety Boats", "safety_boats.htm", "new");
addItem("Youth Group", "youth_group.htm", "new");
addItem("Sale/Wanted", "for_sale.htm", "new");
addItem("Weather", "http://www.weather.com/outlook/travel/local/UKXX0092", "new");
addItem("Yachts & Yatching", "http://www.yachtsandyachting.com", "new");
addItem("Canoeing", "canoeing.htm", "new");

addItem("RYA North West Junior Traveller Trophy", "http://www.nwjtt.co.uk/", "new");
addItem("Kid stuff. Kids OPPies 2008", "Kids Oppies 2008.htm", "new");
addItem("Kid stuff. Kids RYA Onboard day 2009", "Kids RYA Day 2009.htm", "new");
addItem("Notes for O/Ds", "notes_to_assist_the_officer_of_t.htm", "new");
addItem("Dovestone in Winter", "Winter photos.htm", "new");


endMenu()

//-->