_menuCloseDelay=500;
_menuOpenDelay=100;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Verdana, Tahoma";
fontsize="11";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#FFFFFF";
offcolor="#000000";
onbgcolor="#5B6065";
oncolor="#FFFFFF";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
padding=5;
pagebgcolor="";
pagecolor="black";
separatorcolor="#FFFFFF";
separatorsize=1;
subimage="http://www.modeltreeworld.com/images/expand2.gif";
onsubimage="http://www.modeltreeworld.com/images/expand_dark.gif";
subimagepadding=5;
}

with(milonic=new menuname("All Products")){
style=menuStyle;
aI("text=All Products;url=products.asp;");
}

with(milonic=new menuname("Store")){
overflow="scroll";
style=menuStyle;
align="left";
aI("text=Store Home;url=http://www.modeltreeworld.com/products.asp;");
aI("text=Shopping Cart;url=http://www.modeltreeworld.com/store/cart.asp;");
aI("text=Instructions;url=http://www.modeltreeworld.com/store/instructions.htm;");
aI("text=Search Products;url=http://www.modeltreeworld.com/store/search.asp;");
}

with(milonic=new menuname("Help")){
style=menuStyle;
aI("text=Get Help;url=http://www.modeltreeworld.com/store/instructions.htm;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Us;url=http://www.modeltreeworld.com/contact.asp;");
}

with(milonic=new menuname("HOME")){
style=menuStyle;
aI("text=Home;url=http://www.modeltreeworld.com/index.asp;");
}

drawMenus();

