


_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=0            // 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="#ffffff";
oncolor="#ff3333";
offbgcolor="#ff3333";
offcolor="#ffffff";
bordercolor="#cccccc";
borderstyle="solid";
borderwidth=1;
separatorcolor="#cccccc";
separatorsize="1";
padding=5;
fontsize="12px";
fontstyle="normal";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
pagebgcolor="#ffffff";
pagecolor="#ff3333";
subimage="graphics/arrow.gif";
onsubimage="graphics/onarrow.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;
alwaysvisible=1;
orientation="horizontal";
position="relative";
aI("text=Home;url=index.htm;status=Home;");
aI("text=Photos;url=photos.htm;showmenu=Photos;status=Capture/Other/Dive;");
//aI("text=Photos;url=photos.htm;status=Photos;");
aI("text=FAQ;url=faq.htm;status=FAQ;");
aI("text=Archive;showmenu=Archive;status=Redfishjumping Archive;");
}

with(milonic=new menuname("Photos")){
style=menuStyle;
aI("text=Capture Photography;showmenu=Capture;status=Capture Photography Photos;");
//aI("text=Other;url=other.htm;status=Other Photos;");
aI("text=Dive;url=dive.htm;status=Dive Photos;");
}

with(milonic=new menuname("Archive")){
style=menuStyle;
orientation="horizontal";
aI("text=What;url=indexold.htm;status=Invitation;");
aI("text=Who;url=who.htm;status=Dramatis Personae;");
aI("text=When;url=when.htm;status=Calendar;");
aI("text=Where;url=where.htm;showmenu=Where;status=Locations/Maps/Directions;");
aI("text=How;url=how.htm;showmenu=How;status=Travel/Accommodation;");
aI("text=Why;url=why.htm;status=FAQ;");
aI("text=Hey;url=hey.htm;status=RSVP/Contact;");
}

with(milonic=new menuname("Capture")){
style=menuStyle;
aI("text=Overview;url=overview.htm;status=Overview;");
aI("text=Boys;url=boys.htm;status=Boys;");
aI("text=Girls;url=girls.htm;status=Girls;");
aI("text=Ceremony;url=ceremony.htm;status=Ceremony;");
aI("text=Reception;url=reception.htm;status=Reception;");
aI("text=People;url=people.htm;status=People;");
}

with(milonic=new menuname("Where")){
style=menuStyle;
aI("text=Location of Events;url=where.htm#Location;status=Location;");
aI("text=Directions between venues;url=where.htm#Directions;status=Directions;");
aI("text=Maps;url=where.htm#Maps;status=Maps;");
}

with(milonic=new menuname("How")){
style=menuStyle;
aI("text=Travel;url=how.htm#Travel;status=Travel;");
aI("text=Accommodation;url=how.htm#Accommodation;status=Accommodation;");
}

drawMenus();