_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;

with(menuStylesub=new mm_style()){
align="left";
bordercolor="#2D2B2C";
borderstyle="solid";
borderwidth=1;
fontfamily="Lucida Grande,Trebuchet MS,Tahoma,Helvetica,Arial,sans-serif";
fontsize="100%";
fontstyle="normal";
headerbgcolor="";
headercolor="";
offbgcolor="#000";
offcolor="#FFFFFF";
onbgcolor="#cccc99";
oncolor="#000";
padding=4;
pagebgcolor="#2D2B2C";
pagecolor="#FFFFFF";
separatorcolor="";
separatorsize=0;
subimage="";
subimagepadding=0;
}

with(main=new menuname("complete")){
style=menuStylesub;
aI("text=South;url=article.aspx?section=Complete&Region=South;");
aI("text=Central South;url=article.aspx?section=Complete&Region=CentSouth;");
aI("text=West;url=article.aspx?section=Complete&Region=West;");
aI("text=Central;url=article.aspx?section=Complete&Region=Central;");
aI("text=North CentralWest;url=article.aspx?section=Complete&Region=NorthCent;");
aI("text=North;url=article.aspx?section=Complete&Region=North;");
}

with(main=new menuname("current")){
style=menuStylesub;
aI("text=South;url=article.aspx?section=Current&Region=South;");
aI("text=Central South;url=article.aspx?section=Current&Region=CentSouth;");
aI("text=West;url=article.aspx?section=Current&Region=West;");
aI("text=Central;url=article.aspx?section=Current&Region=Central;");
aI("text=North CentralWest;url=article.aspx?section=Current&Region=NorthCent;");
aI("text=North;url=article.aspx?section=Current&Region=North;");
}

with(main=new menuname("awaiting")){
style=menuStylesub;
aI("text=South;url=article.aspx?section=Awaiting&Region=South;");
aI("text=Central South;url=article.aspx?section=Awaiting&Region=CentSouth;");
aI("text=West;url=article.aspx?section=Awaiting&Region=West;");
aI("text=Central;url=article.aspx?section=Awaiting&Region=Central;");
aI("text=North CentralWest;url=article.aspx?section=Awaiting&Region=NorthCent;");
aI("text=North;url=article.aspx?section=Awaiting&Region=North;");
}

with(main=new menuname("Projects")){
style=menuStylesub;
aI("text=Iraq;url=article.aspx?section=Iraq;");
aI("text=Afghanistan;url=article.aspx?section=Afghanistan;");
aI("text=Veterans Support;url=article.aspx?section=Veterans;");
}

drawMenus()