


_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=0              // 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="#3399cc";
oncolor="#ffffff";
offbgcolor="#333399";
offcolor="#ffffff";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="8pt";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="white";
pagebgcolor="#3399cc";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/arrow-white.gif";
subimagepadding="2";


//overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}




with(milonic=new menuname("about")){
style=menuStyle;
aI("text=History;url=/about/history.shtml;");
aI("text=Contact us;url=/about/contact.shtml;");
aI("text=Where to find us;url=/about/distribute.shtml;");
aI("text=Subscriptions;url=/about/subscribe.shtml;");
aI("text=Advertising;url=/about/advertise.shtml;");
aI("text=Writing for us;url=/about/writing.shtml;");
aI("text=Feedback;url=/about/feedbackform.shtml;");

}

with(milonic=new menuname("flotillas")){
style=menuStyle;
aI("text=Introduction;url=/flotillas/index.shtml;");
aI("text=Registration form;url=/flotillas/flotillaregistration.shtml;");
aI("text=Equipment;url=/flotillas/equipment.shtml;");
aI("text=Using a VHF in Canada;url=/flotillas/vhf.shtml;");
aI("text=Flotilla photo albums;url=/flotillas/photos.shtml;");
aI("text=Fundy memories, 2008;url=/template.shtml?id=EkkklZkFAkEHylNYua&style=story;");
aI("text=River Run memories, 2008;url=/template.shtml?id=EkkZkZAEAZZiWamMHR&style=story;");
aI("text=Fundy memories, 2007;url=/template.shtml?id=EEAEAFZuAVFLjbawfs&style=story;");
aI("text=Cape Yachts Rally;url=/flotillas/cape_yachts_rally.shtml;");
}

with(milonic=new menuname("workshops")){
style=menuStyle;
aI("text=Dates & descriptions;url=/workshops.shtml;");
/*aI("text=Online registration;url=https://host18.webserver1010.com/pointseast/market/workshops.html;");*/
}





with(milonic=new menuname("classifieds")){
style=menuStyle;
aI("text=Sail;url=/market/sail.php;");
aI("text=Power;url=/market/power.php;");
aI("text=Other;url=/market/other.php;");
aI("text=Submit a classified;url=https://www.pointseast.com/market/submit.html;");
}

with(milonic=new menuname("archives")){
style=menuStyle;
aI("text=Current;url=/features.shtml;");
aI("text=Destinations;url=/archives/destinations.shtml;");
aI("text=Adventures;url=/archives/adventures.shtml;");
aI("text=Profiles;url=/archives/profiles.shtml;");
aI("text=Books;url=/archives/books.shtml;");
}
with(milonic=new menuname("crewmatch")){
style=menuStyle;
aI("text=Crew match parties;url=/crewmatch.shtml;");
aI("text=Sign up;url=/crewmatch.shtml;");
aI("text=Need crew;url=/need_crew.php;");
aI("text=Want to crew;url=/want_to_crew.php;");
}

drawMenus();



