_menuCloseDelay=0;
_menuOpenDelay=1;
_subOffsetTop=0;
_subOffsetLeft=0;




with(menuStyle=new mm_style()){
bordercolor="#FFFFFF";
borderstyle="solid";
fontfamily="Verdana, Tahoma, Arial";
fontsize="14";
fontstyle="strong";
headerbgcolor="#a5adaa";
headercolor="#a5adaa";
offbgcolor="#030E68";
offcolor="#FFFFFF";
onbgcolor="#030E68";
oncolor="#FFFFFF";
outfilter="";
overfilter="";
padding=3;
separatorcolor="";
subimage="";
subimagepadding="";
}

with(menuStyle2=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10";
fontstyle="normal";
headerbgcolor="#000099";
headercolor="#FFFFFF";
offbgcolor="#FFFFFF";
offcolor="#000000";
onbgcolor="#E6E6FF";
oncolor="#000000";
outfilter="";
overfilter="";
padding=2;
pagebgcolor="";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="";
subimagepadding=2;
}


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=10;
position="relative";
orientation="horizontal";
style=menuStyle;
top=10;

//aI("showmenu=homemenu;text=Home;url=index.asp");
aI("text=&nbsp&nbspHome&nbsp|;url=index.html;");
aI("text=Thomasville Gallery&nbsp|;url=thomasvillegallery.html;");
aI("text=Showroom Walkthrough&nbsp|;url=showroom.html;");
aI("showmenu=collection;text=Our Collection&nbsp|;url=col-living.html;");
aI("text=Promotions&nbsp|;url=promotions.html;");
aI("text=Design Services&nbsp|;url=designservices.html;");
aI("text=Contact Us;url=contactus.html;");
}


with(milonic=new menuname("collection")){
overflow="scroll";
style=menuStyle2;
aI("text=Living Room;url=col-living.html;");
aI("text=Dining Room;url=col-dining.html;");
aI("text=Bedroom;url=col-bedroom.html;");
aI("text=Accents;url=col-accents.html;");
aI("text=Upholstery;url=col-upholstery.html;");
aI("text=Home Entertainment / Home Office;url=col-homeenter.html;");
aI("text=Youth Furniture;url=col-youth.html;");
}

drawMenus();

