_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // 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=-10            // 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="#FFFFCC";
oncolor="#FF0000";
offbgcolor="#C4D2F0";
offcolor="#373c8d";
bordercolor="#707a86";
borderstyle="solid";
borderwidth=1;
separatorcolor="#707a86";
separatorsize="1";
padding=5;
fontsize="100%";
fontstyle="bolder";
fontfamily="Myriad Pro";
pagecolor="black";
pagebgcolor="#C4C8CB";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="./images/arrow.gif";
subimagepadding="2";

overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
}


with(milonic=new menuname("home")){
style=menuStyle;
left=145;
top=offset=-29;
itemwidth=155

}
with(milonic=new menuname("About")){
style=menuStyle;
left=145;
top=offset=-29;
itemwidth=155

}
with(milonic=new menuname("Notice")){
style=menuStyle;
left=145;
top=offset=-27;
itemwidth=155
aI("text=Important Notices;url=../Noticeboard/importantnotices.html;");
aI("text=Minutes of meetings;url=../Noticeboard/minutesofmeeting.html;");
aI("text=Coming Meetings;url=../Noticeboard/comingmeeting.html;");
aI("text=Latest newsletter;url=../Noticeboard/newsletter.html;");
aI("text=Cruising Notices;url=../Noticeboard/cruisingnotices.html;");
aI("text=For sale;url=../Noticeboard/sale.html;");
aI("text=Social Notes;url=../Noticeboard/socialnotes.html;");


}
with(milonic=new menuname("forum")){
style=menuStyle;
left=145;
top=offset=-29;
itemwidth=155

}

with(milonic=new menuname("Gallery")){
style=menuStyle;
left=145;
top=offset=-29;
itemwidth=155
aI("text=Jetty;url=../Gallery/jetty.html;");
aI("text=The early years;url=../Gallery/early.html;");
aI("text=My boat;url=../Gallery/boat.html;");
aI("text=FCYC;url=../Gallery/fcyc.html;");


}

with(milonic=new menuname("Forms")){
style=menuStyle;
left=145;
top=offset=-29;
itemwidth=155
aI("text=Membership application form;url=../Forms/MEMBER~1.DOC;");
aI("text=Pen renewal form;url=../Forms/Pen Renewal.doc;");

}
with(milonic=new menuname("Club")){
style=menuStyle;
left=145;
top=offset=-29;
itemwidth=155

}
with(milonic=new menuname("Rules")){
style=menuStyle;
left=145;
top=offset=-29;
itemwidth=155
aI("text=Constitution;url=../Rules/constitution.html;");
aI("text=By-laws;url=../Rules/By-laws.html;");

}
with(milonic=new menuname("Links")){
style=menuStyle;
left=145;
top=offset=-29;
itemwidth=155


}
with(milonic=new menuname("Contact")){
style=menuStyle;
left=145;
top=offset=-29;
itemwidth=155


}


drawMenus();

