_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="White";
borderstyle="solid";
borderwidth="0";
fontfamily="Tahoma";
fontsize="9pt";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Beige";
offcolor="DarkSlateGray";
onbgcolor="PaleGoldenrod";
onbold="bold";
oncolor="SlateGray";
padding="10";
pagebgcolor="PaleGoldenrod";
pagecolor="SlateGray";
separatorcolor="Beige";
separatorsize="10";
subimage="images/arrow.gif";
subimagepadding="6";
itemwidth="100%";
}

with(submenuStyle=new mm_style()){
bordercolor="LightSlateGray";
borderstyle="solid";
borderwidth="0";
fontfamily="Tahoma";
fontsize="7pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="LightSlateGray";
offcolor="#FFFFFF";
onbgcolor="#999999";
onbold="bold";
oncolor="#000000";
padding="4";
subimage="images/arrow.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Home;target=;url=http://www.doubletallltd.com/index.html/;");
aI("text=About;target=;url=about.html;");
aI("text=Remodeling;target=;url=remodeling-&-construction.html;");
aI("text=Photo Gallery;target=;url=photo-gallery.html;");
aI("text=Interior Design & Decoration;target=;url=interior-design-&-decoration.html;");
aI("text=Resources;target=;url=resources.html;");
aI("text=Testimonials;target=;url=testimonials.html;");
aI("text=Contact ;target=;url=contact.html;");
}


 drawMenus();

