


_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="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#FFFFCC";
offcolor="#3300FF";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="menu/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
screenposition="middle"
followscroll=1
//top=68;
left=2;
alwaysvisible=1;
//orientation="horizontal";
aI("text=Home;url=index.htm;status=Back To Home Page;");
aI("text=Typical Week;url=aweek.htm;");
aI("text=The Group;showmenu=The Group;");
aI("text=Gallery;url=gallery.htm;");
aI("text=Events;url=events.htm;");
aI("text=Contact;url=contact.htm;");
aI("text=Other;showmenu=Other;");
}


with(milonic=new menuname("News")){
style=menuStyle;
aI("text=A Message From Liz;url=news.htm;");
}

with(milonic=new menuname("The Group")){
style=menuStyle;
aI("text=A Day In The Life Of;url=helperday.htm;");
aI("text=2006 Group;url=whoswho2006.htm;");
aI("text=2007 Group;url=whoswho2007.htm;");
aI("text=2008 Group;url=whoswho2008.htm;");
aI("text=Previous Trips;url=trips.htm;");
}

with(milonic=new menuname("Other")){
style=menuStyle;
aI("text=A Big Thanks;url=thanks.htm;");
aI("text=Links;url=links.htm;status=Links to other useful sites;");
}

drawMenus();

