_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
align="center";
bordercolor="DarkBlue";
borderstyle="Ridge";
borderwidth="2";
fontfamily="Tahoma";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
image="images/dots2.gif";
offbgcolor="#FFFFFF";
offcolor="MediumBlue";
onbgcolor="CornflowerBlue";
oncolor="Red";
padding="4";
pagebgcolor="LightSteelBlue";
pagecolor="#000000";
separatorcolor="Navy";
separatorsize="16";
subimage="images/arrow.gif";
subimagepadding="2";
overimage="images/dots9.gif";
imagepadding="6";
itemwidth="100%";
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Tahoma";
fontsize="9pt";
fontstyle="normal";
fontweight="bold";
offbgcolor="MediumBlue";
offcolor="White";
onbgcolor="CornflowerBlue";
oncolor="White";
padding="4";
pagecolor="#000000";
separatorcolor="#2F4F4F";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Home;target=;url=http://transportationfreight.com/;");
aI("text=About Us;target=;url=About-Us.html;");
aI("showmenu=ArticlesFreight worldwideLEFT_MENU;text=Articles;target=;url=Articles.html;");
aI("text=Mark's World;target=;url=Mark's-World.html;");
aI("text=Privacy;target=;url=Privacy.html;");
aI("text=Contact Us;target=;url=Contact-Us.html;");
aI("text=Resources;target=;url=Resources.html;");
aI("text=Links;target=;url=Linkspage.html;");
aI("text=Site Map;target=;url=sitemap-alphabetical.html;");
}

with(milonic=new menuname("ArticlesFreight worldwideLEFT_MENU")){
style=submenuStyle;
aI("text=Freight worldwide;target=;url=Freight-worldwide.html;");
aI("text=Transportation;target=;url=Transportation.html;");
}


 drawMenus();

