_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="DarkRed";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
image="images/orangedots.gif";
offbgcolor="Black";
offcolor="White";
onbgcolor="DarkRed";
onbold="bold";
oncolor="#ffffff";
padding="6";
separatorcolor="DarkRed";
separatorsize="1";
subimage="images/blackred.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="6";
itemwidth="1000";
}

with(submenuStyle=new mm_style()){
bordercolor="DarkRed";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
offbgcolor="Black";
offcolor="White";
onbgcolor="DarkRed";
oncolor="White";
padding="4";
separatorcolor="DarkRed";
separatorsize="1";
subimage="images/blackred.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth="100%";
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=East Coast Custom Wheels Home;target=;url=http://www.eastcoastcustomwheels.com/;");
aI("text=Products;target=;url=Products.html;");
aI("text=About Us;target=;url=About-Us.html;");
aI("text=Contact Us;target=;url=Contact-Us.html;");
aI("text=Links;target=;url=Links.html;");
}


 drawMenus();

