_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=10;
_subOffsetLeft=-10;


with(style1=new mm_style()){
onbgcolor="#787773";
oncolor="#ffffff";
offbgcolor="#dedede";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
separatorcolor="#787773";
separatorsize="1";
padding=5;
fontsize="8pt";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/menu5/arrow.gif";
subimagepadding="2";
}

with(style2=new mm_style()){
onbgcolor="#787773";
oncolor="#ffffff";
offbgcolor="#dedede";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#787773";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#787773";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/menu5/arrow.gif";
subimagepadding="2";
}
	
with(milonic=new menuname("company")){
style=style2;
aI("text=PROFILE;url=/company/profile.html;")
aI("text=VISION/MISSION;url=/company/mission.html;")
aI("text=OUR MARKETS;url=/company/markets.html;")
aI("text=MANAGEMENT;url=/company/management.html;")
}

with(milonic=new menuname("services")){
style=style2;
aI("text=DEPUTY INSPECTION;url=/services/deputyinspection.html;")
aI("text=NON-DESTRUCTIVE TESTING;url=/services/nondestructivetesting.html;")
aI("text=GROUND PENETRATING RADAR;url=/services/gprservices.html;")
aI("text=LABORATORY TESTING;url=/services/laboratorytesting.html;")
aI("text=PROJECT INSPECTOR SERVICES;url=/services/iorservices.html;")
aI("text=ONLINE/DIGITAL SERVICES;url=/services/onlineservices.html;")
}

with(milonic=new menuname("projects")){
style=style2;
aI("text=RECENT PROJECT HIGHLIGHTS;url=/projects/recent.html;")
aI("text=LIST OF PROJECT EXPERIENCE;url=/projects/experience.html;")
}

with(milonic=new menuname("inspectors")){
style=style2;
aI("text=FORMS DOWNLOAD;showmenu=forms;")
aI("text=REGISTER;url=/forms/register.html;")
aI("text=POST-AVAILABILITY;url=/forms/availability.html;")
aI("text=FORUMS;url=/forms/forums.html;")
aI("text=TRAINING COURSES;url=/forms/training.html;")
}

with(milonic=new menuname("forms")){
style=style2;
aI("text=INSPECTION RESOURCES FORMS;url=/forms/inspectionresources.html;")
aI("text=AFFILIATE REPORTS FORMS;url=/forms/affiliatereport.html;")
aI("text=CITY/COUNTY REPORT FORMS;url=/forms/countyreport.html;")
aI("text=DSA REPORT FORMS;url=/forms/dsareport.html;")
}

with(milonic=new menuname("jobs")){
style=style2;
aI("text=BENEFITS;url=/jobs/benefits.html;")
aI("text=DIVERSITY;url=/jobs/diversity.html;")
aI("text=JOBS;url=/jobs/jobs.html;")
}

drawMenus();