fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=-40;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){
fontfamily="Verdana, Tahoma, Arial";
fontsize="10px";
fontweight="bold";
fontstyle="normal";
offcolor="#ffffff";
oncolor="#999";
pagecolor="#fff";
headercolor="#999";
padding=4;
}

with(subMenuStyle=new mm_style()){
bordercolor="#666";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10px";
fontstyle="normal";
offbgcolor="#1a4e7d";
onbgcolor="#1a4e7d";
offcolor="#fff";
oncolor="#999";
pagecolor="#fff";
padding=4;
textalign="left";
headercolor="#fff";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("text=HOME;url=/index.html;");
aI("text=&nbsp;|&nbsp;;type=header;");
aI("text=HOW TO GET INFORMED;showmenu=insulation_info;");
aI("text=&nbsp;|&nbsp;;type=header;");
aI("text=GET GREAT CONTRACTORS;showmenu=contractor_info;");
aI("text=&nbsp;|&nbsp;;type=header;");
aI("text=DIY INSULATION THAT WORKS;showmenu=diy_info;");
aI("text=&nbsp;|&nbsp;;type=header;");
aI("text=GREAT TEACHER RESOURCES;showmenu=teacher_info;");
aI("text=&nbsp;|&nbsp;;type=header;");
aI("text=CONTACT US;showmenu=contact_us;");
}

with(milonic=new menuname("insulation_info")){
style=subMenuStyle;
aI("text=&nbsp;Basic Facts About Insulation&nbsp;;url=/insulation/insulation_facts.html;")
aI("text=&nbsp;Quick Energy Efficiency Tips&nbsp;;url=/insulation/energy_efficiency_tips.html;")
aI("text=&nbsp;Very Helpful Videos&nbsp;;url=/insulation/energy_star_videos.html;")
aI("text=&nbsp;Very Helpful Books&nbsp;;url=/insulation/book_recommendations.html;")
aI("text=&nbsp;Home Insulation Products Comparison&nbsp;;url=/insulation/home_insulation_comparison.html;")
aI("text=&nbsp;Why do Energy Audits Save Money?&nbsp;;url=/insulation/energy_audits.html;")
aI("text=&nbsp;DIY or Insulation Contractor?&nbsp;;url=/insulation/DIY_versus_contractor.html;")
aI("text=&nbsp;Building Code Help&nbsp;;url=/insulation/building_codes.html;")
aI("text=&nbsp;Rebates and Tax Credits&nbsp;;url=/insulation/tax_rebates_and_credits.html;")
aI("text=&nbsp;Energy Star&reg; Home Energy Yardstick&nbsp;;url=/insulation/home_energy_yardstick.html;")
aI("text=&nbsp;Energy Star&reg; Home Energy Advisor&nbsp;;url=/insulation/home_energy_advisor.html;")
aI("text=&nbsp;Energy Star&reg; Home Heating and Cooling Quiz&nbsp;;url=/insulation/heating_and_cooling_quiz.html;")
aI("text=&nbsp;Trustworthy and Useful Resources for Homeowners&nbsp;;url=/resources.html;")
}

with(milonic=new menuname("contractor_info")){
style=subMenuStyle;
aI("text=&nbsp;How to Select a Contractor&nbsp;;url=/insulation/selecting_a_contractor.html;")
aI("text=&nbsp;DIY or Insulation Contractor&nbsp;;url=/insulation/DIY_versus_contractor.html;")
aI("text=&nbsp;Find a Great Contractor with Service Magic&nbsp;;url=/service_magic/index.html;")
aI("text=&nbsp;&nbsp;&nbsp;Insulation Contractors&nbsp;;url=/service_magic/insulation_contractors.html;")
aI("text=&nbsp;&nbsp;&nbsp;Energy Audits&nbsp;;url=/service_magic/energy_audits.html;")
aI("text=&nbsp;&nbsp;&nbsp;Replacement Windows&nbsp;;url=/service_magic/replacement_window_contractors.html;")
}

with(milonic=new menuname("diy_info")){
style=subMenuStyle;
aI("text=&nbsp;DIY or Insulation Contractor&nbsp;;url=/insulation/DIY_versus_contractor.html;")
aI("text=&nbsp;DIY Quick Energy Efficiency Tips&nbsp;;url=/insulation/energy_efficiency_tips.html;")
aI("text=&nbsp;DIY Duct Insulation&nbsp;;url=/insulation/DIY_duct_insulation.html;")
aI("text=&nbsp;DIY Attic Insulation&nbsp;;url=/insulation/DIY_attic_insulation.html;")
aI("text=&nbsp;DIY Attic Access Insulation&nbsp;;url=/insulation/DIY_attic_access_insulation.html;")
aI("text=&nbsp;DIY Weatherizing Overview&nbsp;;url=/insulation/DIY_weatherizing.html;")
aI("text=&nbsp;DIY Furnace Weatherizing&nbsp;;url=/insulation/DIY_furnace_weatherizing.html;")
aI("text=&nbsp;DIY Foundation Weatherizing&nbsp;;url=/insulation/DIY_foundation_weatherizing.html;")
aI("text=&nbsp;Very Helpful Books&nbsp;;url=/insulation/book_recommendations.html;")
}

with(milonic=new menuname("teacher_info")){
style=subMenuStyle;
aI("text=&nbsp;Get Money for Your Classroom!&nbsp;;url=/education/money_for_your_classroom.html;")
aI("text=&nbsp;Great Online Resources for Teaching Conservation&nbsp;;url=/education/conservation_teaching_resources.html;")
aI("text=&nbsp;Great Books for Teaching Conservation&nbsp;;url=/education/book_recommendations.html;")
}

with(milonic=new menuname("contact_us")){
style=subMenuStyle;
aI("text=&nbsp;What do You Think?  Site Feedback&nbsp;;url=/contact.html;")
aI("text=&nbsp;Ask the Insulation Guy&nbsp;;url=/contact-insulation-guy.html;")
}



