


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // 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=2            // 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="";
oncolor="#000066";
bgimage=""
overbgimage=""
itemwidth=""
itemheight="7"
offbgcolor="";
offcolor="#FFFFFF";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#1d0168";
separatorsize="1";
padding=0;
fontsize="59%";
fontstyle="black";
fontfamily="Verdana";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding="";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#ffffff', Direction=0, Strength=0-)";
outfilter="randomdissolve(duration=0.0)";
}


with(menuStyle2=new mm_style()){
onbgcolor="#000066";
oncolor="#ffffff";
bgimage=""
overbgimage=""
itemwidth=""
itemheight=""
offbgcolor="#e3e1e1";
offcolor="#1d0168";
bordercolor="#296488";
borderstyle="";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="1";
padding=3;
fontsize="59%";
fontstyle="black";
fontfamily="Verdana";
pagecolor="white";
pagebgcolor="#1d0168";
headercolor="#000000";
headerbgcolor="#000000";
subimage="http://www.midstatesbuilders.com/images/arrow.gif";
subimagepadding="6";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#ded5e5', Direction=0, Strength=0)";
outfilter="randomdissolve(duration=0.0)";
}



with(milonic=new menuname("projects")){
style=menuStyle2;
alwaysvisible=0;
orientation="vertical";
aI("text=Commercial;url=../projects/commercial.htm");
aI("text=Industrial;url=../projects/industrial.htm");
aI("text=Municipal;url=../projects/municipal.htm");
aI("text=Retail;url=../projects/retail.htm");
aI("text=Educational;url=../projects/educational.htm");
aI("text=Religious;url=../projects/religious.htm");
aI("text=Health Care Facilities;url=../projects/medical.htm");
aI("text=Recreational;url=../projects/recreational.htm");
aI("text=Streetscape;url=../projects/streetscape.htm");
aI("text=Pre-Engineered Steel;url=../projects/preEngineered_steel.htm");
}

with(milonic=new menuname("careers")){
style=menuStyle2;
alwaysvisible=0;
orientation="vertical";
aI("text=Hiring Procedures;url=../careers/hiring_procedures.htm");
aI("text=Benefits;url=../careers/benefits.htm");
aI("text=Job Application;url=../careers/job_application.htm");
}

with(milonic=new menuname("clients")){
style=menuStyle2;
alwaysvisible=0;
orientation="vertical";
aI("text=Request Form;url=../clients/request_form.htm");
aI("text=Client List;url=../clients/client_list.htm");
}

with(milonic=new menuname("brochures")){
style=menuStyle2;
alwaysvisible=0;
orientation="vertical";
aI("text=Customer Info.;url=#20");
aI("text=Projects/Services;url=#21;showmenu=brochureprojects");
}

with(milonic=new menuname("brochureprojects")){
style=menuStyle2;
alwaysvisible=0;
orientation="vertical";
aI("text=Website;url=#22");
aI("text=New Facility;url=#23");
aI("text=Remodel;url=#24");
aI("text=Restoration;url=#25");
aI("text=Additions;url=#26");
aI("text=Comments;url=#27")
}

with(milonic=new menuname("services")){
style=menuStyle2;
alwaysvisible=0;
orientation="vertical";
aI("text=Overhead Crane Services;url=../services/crane_service.htm");
aI("text=Heavy Equipment;url=../services/heavy_equipment.htm");
aI("text=Metal Re-roofs;url=../services/metal_reroofs.htm");
aI("text=Design Build;url=../services/design_build.htm");
aI("text=Remodels;url=../services/remodels.htm");
aI("text=Pre-Stress Concrete Setting;url=../services/prestress_concrete.htm")
}



drawMenus();

