_menuCloseDelay=200           // 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="#57b819";
oncolor="#FFFFFF";
offbgcolor="#00704a";
offcolor="#ffffff";
bordercolor="#d8eeca";
borderstyle="solid";
borderwidth=1;
separatorcolor="#d8eeca";
separatorsize=1;
padding=5;
fontsize="65%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="ffffff";
pagebgcolor="#00704a";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding=2;
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#d8eeca', Direction=135, Strength=2)";

}

with(milonic=new menuname("aboutus")){
style=menuStyle;
itemwidth=155
aI("text=Company Brochure;url=TMC_brochure.pdf;target=_blank");
aI("text=Our Team;showmenu=Team;");
aI("text=Regional Offices;showmenu=Offices;");
aI("text=Customer Testimonials;url=data.cfm?pagename=Customer Testimonials");

}

with(milonic=new menuname("news")){
style=menuStyle;
itemwidth=155
aI("text=Recent Sales;;url=sold.cfm");
aI("text=Conferences/Tradeshows;url=conferences.cfm");
aI("text=Press Releases;url=data.cfm?pagename=Press Releases");
aI("text=Customer Testimonials;url=data.cfm?pagename=Customer Testimonials");
aI("text=e-Closings Archive;url=data.cfm?pagename=e-Closings Archive");

}

with(milonic=new menuname("listings")){
style=menuStyle;
itemwidth=120
aI("text=Search Listings;url=searchform.cfm;");
aI("text=Selling;url=selling_form.cfm;");
aI("text=Buying;url=cbp.cfm;");
aI("text=Co-Brokerage;url=cobrokerage.cfm?pagename=co-brokerage");
aI("text=Confidentiality Agreement;url=confidential_signature.cfm");

}

with(milonic=new menuname("cobrokerage")){
style=menuStyle;
itemwidth=120
aI("text=Broker Registration;url=cobrokerage.cfm?pagename=co-brokerage");

}

with(milonic=new menuname("services")){
style=menuStyle;
itemwidth=100
aI("text=Industry Links;url=links.cfm");

}

with(milonic=new menuname("contact")){
style=menuStyle;
itemwidth=155
aI("text=P: (757) 873-0962;");
aI("text=Email Mumford Company;url=mailto:sales@mumfordcompany.com;");
aI("text=;");
aI("text=;");
aI("text=David Mumford, CHB;url=mailto:dmumford@mumfordcompany.com;");
aI("text=Mike Francis, CHA;url=mailto:mfrancis@mumfordcompany.com");
aI("text=Ed James;url=mailto:ejames@mumfordcompany.com");
aI("text=Steve Kirby;url=mailto:skirby@mumfordcompany.com");
aI("text=;");
aI("text=;");
aI("text=Lance Potter;url=mailto:lpotter@mumfordcompany.com");
aI("text=Randy Lee;url=mailto:rlee@mumfordcompany.com");
aI("text=Justin Pinkard;url=mailto:jpinkard@mumfordcompany.com");
aI("text=Burton Brooks;url=mailto:bbrooks@mumfordcompany.com");
aI("text=Bryan Blanchard;url=mailto:bblanchard@mumfordcompany.com");
aI("text=David Holcombe;url=mailto:dholcombe@mumfordcompany.com");
aI("text=;");
aI("text=;");
aI("text=Brian McCutcheon;url=mailto:bmccutcheon@mumfordcompany.com");

}

with(milonic=new menuname("Offices")){
style=menuStyle;
itemwidth=125
aI("text=Newport News;url=offices.cfm?pagename=newport news");
aI("text=Atlanta;url=offices.cfm?pagename=atlanta");
aI("text=Chicago;url=offices.cfm?pagename=chicago");
aI("text=Dallas;url=offices.cfm?pagename=dallas");

}

with(milonic=new menuname("Team")){
style=menuStyle;
itemwidth=125
aI("text=George Mumford;url=our_team.cfm?id=2;");
aI("text=David Mumford, CHB;url=our_team.cfm?id=15;");
aI("text=Mike Francis, CHA;url=our_team.cfm?id=5;");
aI("text=Ed James;url=our_team.cfm?id=3;");
aI("text=Steve Kirby;url=our_team.cfm?id=4;");
aI("text=;");
aI("text=;");
aI("text=Lance Potter;url=our_team.cfm?id=6;");
aI("text=Randy Lee;url=our_team.cfm?id=7;");
aI("text=Justin Pinkard;url=our_team.cfm?id=10;");
aI("text=Burton Brooks;url=our_team.cfm?id=11;");
aI("text=Bryan Blanchard;url=our_team.cfm?id=14;");
aI("text=David Holcombe;url=our_team.cfm?id=12;");
aI("text=;");
aI("text=;");
aI("text=Brian McCutcheon;url=our_team.cfm?id=16;");

}

drawMenus();
mm_getSelectionSequence();
