


_menuCloseDelay=500           // 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=50                // Follow scrolling Rate
_subOffsetTop=5            // Sub menu top offset
_subOffsetLeft=-10           // Sub menu left offset



with(menuStyle=new mm_style()){
menubgimage='images/JLC-Inspections_r2_c8.gif';
onbgcolor="#999999";
oncolor="666666";
offbgcolor="#1F4584";
offcolor="#ffffff";
//bordercolor="#103863";
//borderstyle="solid";
//borderwidth=0;
//separatorcolor="#BBC7DA";
//separatorsize="1";
padding=5;
fontsize="11px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
//pagecolor="black";
//pagebgcolor="#ADB6BD";
headercolor="#000000";
headerbgcolor="#ffffff";
// subimage="arrowdn.gif";
subimagepadding="1";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#ADB6BD', Direction=135, Strength=0)";
//outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("about")){
style=menuStyle;
aI("text=About Jack;url=about.asp;");
aI("text=About Mold Dogs;url=aboutDog.asp;");
aI("text=Toxic Mold Testing;url=moldtest.asp;");
aI("text=Referral List;url=referral.asp;");
aI("text=Industry Links;url=industryLinks.asp;");
aI("text=Client's Letters;url=clientLetters.asp;");
}

with(milonic=new menuname("inspections")){
style=menuStyle;
aI("text=Inspections;url=inspections.asp;");
aI("text=Common Problems in Homes;url=bulletinList.asp?catID=3;");
aI("text=Buying a Home;url=buy.asp;");
aI("text=Selling a Home;url=sell.asp;");
aI("text=Real Estate Professional;url=rep.asp;");
aI("text=Book an Inspection;url=book.asp;");
aI("text=What is Thermal Imaging?;url=thermalImaging.asp;");
aI("text=Examples of Thermal Imaging;url=thermalImagingexamples.asp;");
}

with(milonic=new menuname("mold")){
style=menuStyle;
aI("text=What is Mold?;url=aboutmold.asp;");
aI("text=Toxic Mold Testing;url=moldtest.asp;");
aI("text=Mold Facts;url=moldfacts.asp;");
aI("text=Mold News;url=bulletinList.asp?catID=4;");
aI("text=Latest Mold Jobs;url=bulletinList.asp?catID=1;");
}

with(milonic=new menuname("cmi")){
style=menuStyle;
aI("text=About Mold Detection Dogs;url=aboutDog.asp;");
aI("text=Canine Mold Investigations;url=CMI.asp;");
aI("text=Why Use a Mold Dog?;url=reasons.asp;");
aI("text=Mold Dogs Sensitivity;url=sensitivity.asp;");
aI("text=FAQ's about Mold Dogs;url=dogfaqs.asp;");
aI("text=Meet the Trainer;url=trainer.asp;");
}

drawMenus();


