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(menuStyle=new mm_style()){
onbgcolor="#CCCCCC";
oncolor="#000000";
offbgcolor="#000000";
offcolor="#ffffff";
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
separatorcolor="";
separatorsize="";
padding=2;
fontsize="8pt";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
fontweight="bold";
pagecolor="black";
pagebgcolor="#cccccc";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/arrow-white.gif";
subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}



with(milonic=new menuname("about")){
style=menuStyle;
aI("text=The Team;url=/team.shtml;");
aI("text=Our services;url=/services.shtml;");
aI("text=Testimonials;url=/testimonials.shtml;");
aI("text=In the news;url=/news.shtml;");
aI("text=Our brochure;url=/brochure.pdf;");
aI("text=Portfolio;url=/portfolio.shtml;");
aI("text=Building Green;url=/green.shtml;offcolor=#009933;");
}

with(milonic=new menuname("remodeling")){
style=menuStyle;
aI("text=Helpful info;url=/articles.shtml;");
aI("text=Projects in progress;url=/projects.shtml;");
aI("text=Flooring;url=http://www.walltowallfloors.com;");
aI("text=Building Green;url=/green.shtml;offcolor=#009933;");
}

with(milonic=new menuname("homes")){
style=menuStyle;
aI("text=Alpine Woods, Falmouth Maine;url=http://www.alpinewoodsfalmouth.com;");
aI("text=Oxford Woods, Falmouth Maine;url=http://www.oxfordwoodsfalmouth.com;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Request more information;url=/estimate.shtml;");
}

with(milonic=new menuname("maine")){
style=menuStyle;
aI("text=Relocating to Maine?;url=/relocate.shtml;");
}




with(milonic=new menuname("newconstruction")){
style=menuStyle;
aI("text=Helpful info;url=/articles.shtml;");
aI("text=The process;url=/process.shtml;");
aI("text=House plans;url=/plans.shtml;");
aI("text=Financing;url=/financing.shtml;");
aI("text=Home warranty;url=/home_warranty.pdf;");
aI("text=Flooring;url=http://www.walltowallfloors.com;");
aI("text=In the details;url=/details.shtml;");
aI("text=Retirement living;url=/active.shtml;");
aI("text=Projects in progress;url=/projects.shtml;");
aI("text=Building Green;url=/green.shtml;offcolor=#009933;");
}

drawMenus();

