_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;




with(menuStyle=new mm_style()){
bordercolor="#07430E"; // outer border
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="70%";
fontstyle="normal";
headerbgcolor="#07430E";
headercolor="#07430E";
offbgcolor="white"; // Backgound
offcolor="#07430E";
onbgcolor="#608866"; // Hover Back Groud
oncolor="white"; // Hover Text
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=350, Strength=0)";
padding=5;
pagebgcolor="#07430E";
pagecolor="white";
separatorcolor="#07430E"; // Inder Seprator
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}



with(milonic=new menuname("Homeowner")){
style=menuStyle;
aI("text=Product Links ;url=homeowner_product_links.html");
aI("text=Service Description;url=homeowner_services.html");
aI("text=What’s New?;url=homeowner_whats_new.html");

}



with(milonic=new menuname("AboutUS")){
style=menuStyle;
aI("text=History;url=history.html");
aI("text=Management Team;url=management.html");
aI("text=Description of Services;url=services_description.html");
aI("text=News;url=news.html");
aI("text=Territory Served;url=territory_served.html");

}



with(milonic=new menuname("IndustryProfessional")){
style=menuStyle;
aI("text=Architects;url=architects.html");
aI("text=Builders/Contractors;url=builder_contractor.html");
aI("text=Industry Links;url=industry_links.html");
aI("text=What’s New?;url=industry_whats_new.html");

}



with(milonic=new menuname("showcase")){
style=menuStyle;
aI("text=Window Classics Portfolio;url=portfolio.html");


}




with(milonic=new menuname("ContactUs")){
style=menuStyle;
aI("text=Request Information;url=contact_us.html");


}



drawMenus();