
_menuCloseDelay=200           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0           // The time delay before menus open on mouse over

with(menuStyle=new mm_style()){
onbgcolor="#666666";
oncolor="#ffffff";
offbgcolor="#EDEDED";
offcolor="#333333";
bordercolor="#CCCCCC";
borderstyle="solid";
borderwidth=2;
separatorcolor="#CCCCCC";
separatorsize="2";
padding=3;
width=216;
fontsize="12px";
fontstyle="normal";
fontfamily="Arial, Helvetica, sans-serif";
fontweight="bold";
pagecolor="black";
pagebgcolor="#CCCCCC";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="1";
overfilter="Fade(duration=0.1);Alpha(opacity=95);Shadow(color='#ffffff', Direction=135, Strength=5)";
outfilter="Fade(duration=0.1)";
}

with(milonic=new menuname("BrickBlock")){
style=menuStyle;
top=108;
left=89;
width=216;
aI("text=Middle TN & Southern KY;url=/middletn.aspx;");
aI("text=Atlanta, GA;url=atlantaga.aspx;");
aI("text=Commercial;url=commercial.aspx;");
}

with(milonic=new menuname("Trucks")){
style=menuStyle;
top=108;
left=305;
aI("text=Service;url=trucks.aspx;");
aI("text=Repair;url=trucks.aspx#repair;");
aI("text=Parts;url=trucks.aspx#parts;");
aI("text=Sales;url=trucks.aspx#sales;");
aI("text=Bulk Freight;url=bulkfreight.aspx;");
}

with(milonic=new menuname("Coal")){
style=menuStyle;
top=0;
left=0;
aI("text=;url=#;");
}
drawMenus();

