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=2;
_subOffsetLeft=-2;




with(ScrollingSampStyle=new mm_style()){
bordercolor="#111216";
borderstyle="solid";
borderwidth=1;
fontfamily="verdana,helvetica";
fontsize="10px";
fontstyle="normal";
fontweight="normal";
offbgcolor="#8e8f91";
offcolor="#111216";
onbgcolor="#111216";
oncolor="#ffffff";
padding=3;
}


<!-- PRODUCTS MENU -->

with(milonic=new menuname("Products")){
overflow="scroll";
style=ScrollingSampStyle;
aI("text=Product Knowledge Video;url=../product_knowledge_video.html;");
aI("text=Vinyl Windows;url=../products_vinyl_window.html;");
aI("text=Patio Doors;url=../products_patio_doors.html;");
aI("text=Entrance Doors;url=../products_entrance_doors.html;");
aI("text=Product Glossary;url=../products_glossary.html;");
aI("text=Accessories;url=../products_accessories.html;");
aI("text=Warranty;url=../warranty.html;");
}

<!-- PERFORMANCE MENU -->

with(milonic=new menuname("Performance")){
overflow="scroll";
style=ScrollingSampStyle;
aI("text=Energy Star;url=../perform_energy.html;");
aI("text=Government Rebate Programs;url=../perform_government_rebates.html;");
aI("text=Our Performance Ratings;url=../perform_ratings.html;");
aI("text=Warranty;url=../warranty.html;");
}

<!-- SUPPORT MENU -->

with(milonic=new menuname("Support")){
overflow="scroll";
style=ScrollingSampStyle;
aI("text=Care & Maintenance;url=../support_care_maintenance.html;");
aI("text=Installation;url=../support_installation.html;");
aI("text=Warranty;url=../warranty.html;");
aI("text=Service Support;url=../support_service.html;");
aI("text=Certifications & Classifications;url=../support_certification_classification.html;");
}

drawMenus();

