_menuCloseDelay=500           	// The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            	// The time delay before menus open on mouse over
_subOffsetTop=5               	// Sub menu top offset
_subOffsetLeft=10            	// Sub menu left offset
buildAfterLoad=true

with(AllImagesStyle=new mm_style()){
onbgcolor="#831829";
oncolor="#ffffff";
offbgcolor="#eeeeee";
offcolor="#464646";
bordercolor="#cccccc";
borderstyle="solid";
borderwidth=0;
padding=3;
fontsize="100%";
fontstyle="normal";
fontweight="normal";
}

with(aboutStyle=new mm_style()){
onbgcolor="#831829";
oncolor="#ffffff";
offbgcolor="#eeeeee";
offcolor="#464646";
bordercolor="#cccccc";
borderstyle="solid";
borderwidth=1;
itemwidth=149;
separatorcolor="#EF1C2B";
separatorsize="0";
padding=5;
fontsize="110%";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
pagebgcolor="#831829";
pagecolor="#ffffff";
headercolor="#EF1C2B";
headerbgcolor="#FCCA60";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#FFFFFF', Direction=135, Strength=0)";
outfilter="randomdissolve(duration=0.3)";
subimage="/images/white_7x7.gif";
subimagepadding=8;
}

with(newsStyle=new mm_style()){
onbgcolor="#831829";
oncolor="#ffffff";
offbgcolor="#eeeeee";
offcolor="#464646";
bordercolor="#cccccc";
borderstyle="solid";
borderwidth=1;
itemwidth=129;
separatorcolor="#EF1C2B";
separatorsize="0";
padding=5;
fontsize="110%";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
pagebgcolor="#831829";
pagecolor="#ffffff";
headercolor="#EF1C2B";
headerbgcolor="#FCCA60";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#FFFFFF', Direction=135, Strength=0)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("whoWeAre")){
	style=aboutStyle;
	overflow="scroll";
	aI("text=Mission;url=page.php?p=2");
	aI("text=Board of Directors;url=page.php?p=3");
	aI("text=SEAC;url=page.php?p=4");
	aI("text=Corporate Partners;url=page.php?p=5");
	aI("text=Staff Directory;url=page.php?p=6");
	aI("text=Annual Report;url=page.php?p=7");
	aI("text=Testimonials;url=page.php?p=8");
	aI("text=Employment;url=page.php?p=9");
}

with(milonic=new menuname("Locations")){
	style=aboutStyle;
	overflow="scroll";
	aI("text=Andrews AFB;url=location.php?p=11");
	//aI("text=Bellevue;url=location.php?p=12");
	aI("text=BWI Airport;url=location.php?p=13");
	aI("text=Dahlgren;url=location.php?p=62");
	aI("text=Dulles Airport;url=location.php?p=14");
	aI("text=Fort Belvoir;url=location.php?p=15");
	aI("text=Fort Meade;url=location.php?p=16");
	aI("text=JBM-HH;url=location.php?p=17");
	aI("text=Indian Head;url=location.php?p=61");
	aI("text=National Airport;url=location.php?p=19");
	//aI("text=Quantico;url=location.php?p=20");
}

with(milonic=new menuname("Programs")){
	style=aboutStyle;
	overflow="scroll";
	aI("text=Celebrity Handshake Tours;url=page.php?p=22");
	aI("text=Emergency Services;url=page.php?p=23");
	aI("text=Hospital Services;url=page.php?p=24");
	aI("text=Event Support;url=page.php?p=25");
	aI("text=Mobile Canteen;url=page.php?p=26");
	aI("text=OUCP;url=page.php?p=27");
	aI("showmenu=Seasonal;text=Seasonal Programs;url=page.php?p=28");
	aI("text=TicketLine;url=page.php?p=29");
}

with(milonic=new menuname("Seasonal")){
	style=aboutStyle;
	overflow="scroll";
	aI("text=Mother's Day;url=page.php?p=55");
	aI("text=Salute to Our Troops;url=page.php?p=57");
	aI("text=Veterans Day;url=page.php?p=58");
	aI("text=Movies on the Lawn;url=page.php?p=59");
	aI("text=Holiday Programs;url=page.php?p=56");
}

with(milonic=new menuname("Volunteer")){
	style=aboutStyle;
	overflow="scroll";
	aI("text=Opportunities;url=page.php?p=31");
	aI("text=USO Volunteers;url=page.php?p=32");
}

with(milonic=new menuname("Events")){
	style=aboutStyle;
	overflow="scroll";
	aI("text=Community Events;url=page.php?p=34");
	aI("text=Fundraisers;url=page.php?p=35");
	aI("text=Calendar;url=page.php?p=36");
	aI("text=Become a Sponsor;url=page.php?p=37");
}

with(milonic=new menuname("GuidetoWashington")){
	style=aboutStyle;
	overflow="scroll";
	aI("text=Overview;url=page.php?p=38");
	aI("text=Request Form;url=page.php?p=39");
	aI("text=Advertising;url=page.php?p=40");
	aI("text=Photo Contest;url=page.php?p=41");
	aI("text=Download;url=page.php?p=50");
}

with(milonic=new menuname("News")){
	style=newsStyle;
	overflow="scroll";
	aI("text=Overview;url=page.php?p=42");
	aI("text=Newsletter;url=http://usometrotickets.eventbrite.com");
	aI("text=Media Gallery;url=page.php?p=44");
	aI("text=Online Media Kit;url=page.php?p=54");
}

drawMenus();

