//mirrorsailing.com menu data   Last Change 05/05/04 JGG
//New Menu System from Milonic  09/10/03


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-20            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#0066ff";
oncolor="#FFFF00";
offbgcolor="#0000FF";
offcolor="#ffffff";
bordercolor="#0000ff";
borderwidth=1;
separatorcolor="#0066ff";
separatorsize="2";
separatorpadding="0"
padding=5;
fontsize="75%";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/menubar/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
}

with( new menuname("Main Menu")){
style=menuStyle;
screenposition="center";
alwaysvisible=1;
top="45";
orientation="horizontal";
aI("text=Home;url=http://www.ukmirrorsailing.com/;status=Back To Home Page;");
aI("text=Information;showmenu=Information;");
aI("text=Events;showmenu=Events;");
aI("text=Training;showmenu=Training;");
aI("text=Boats for Sale;url=/boats/list.asp;");
aI("text=Links;url=/websites/websites.shtml;");
aI("text=Message Boards;url=/cgi-bin/forums/default.asp;");
aI("text=Gallery;url=/gallery/gallerypolicy.htm;");
}

with( new menuname("Information")){
style=menuStyle;
//overflow="scroll";
aI("text=Class Association;url=/mca/about.htm;");
aI("text=Insurance;url=/mca/insurance.htm;");
aI("text=Contacts;url=/mca/contacts.htm;");
aI("text=Race Instructions;url=/mca/nor.htm;");
aI("text=Mirror Clubs;url=/mca/clubs.htm;");
aI("text=Technical Tips;url=/mca/technical.htm;");
aI("text=Statistics;url=/mca/statistics.htm;");
aI("text=Measurement;url=/mca/measurement.htm;");
aI("text=Second Hand Boats;url=/mca/secondhand.htm;");
aI("text=Suppliers;url=/mca/suppliers.htm;");
aI("text=History;url=/mca/history.htm;");
aI("text=Mirror Books;url=/mca/books.htm;");
}

with( new menuname("events")){
style=menuStyle;
aI("text=Events List & Results;url=/Events.asp;");
aI("text=Class Championships;url=/championships/championships.asp;");
aI("text=Open Coaching;url=/Open%20Coaching/2005/OC%20Prog%202005.htm;");
aI("text=RYA Zone Champs;url=http://www.rya.org.uk/Racing/Youth/default.asp?contentID=3257321;");
aI("text=Traveller Series;showmenu=Travellers;");
aI("text=Abersoch Mirror Week;url=/Other Events/2003/abersochmirrorweek.htm;");
}

with( new menuname("Travellers")){
style=menuStyle;
aI("text=South Travellers;url=/Other Events/2006/Southern Traveller series/ST programme.htm;");
aI("text=East Travellers;url=http://www.violaboats.fsnet.co.uk;");
aI("text=South West Travellers;url=/Other%20Events/southwesttravellers.asp;");  
aI("text=North East Travellers;url=/Other%20Events/northEasttravellers.asp;");
aI("text=North West Travellers;url=/north-west/traveller.asp;"); 
}

with(new menuname("Training")){
style=menuStyle;
aI("text=About;url=/squads/about.shtml;");
aI("text=Open Coaching;url=/Open Coaching/2006/OT General Docs 1.htm/OT GEN INFO.htm;");
aI("text=National Squad;url=/squads/natsquad.shtml;");
aI("text=Youth Squad;url=/squads/youth-squad/youthsquad.shtml;");
aI("text=Zone Squads;showmenu=Squads;");
}

with(new menuname("Squads")){
style=menuStyle;
aI("text=South West Zone Squad;url=/squads/swSquad.shtml;");
aI("text=North Zone Squad;url=/squads/NorthSquad.shtml;");
aI("text=South Zone Squad;url=/squads/SouthSquad.shtml;");
aI("text=West Zone Squad;url=/squads/WestSquad.shtml;");
aI("text=East Zone Squad;url=/squads/EastSquad.shtml;");
}

drawMenus();


