fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#CCCCCC";
borderstyle="solid";
borderwidth=2;
fontfamily="Arial";
fontsize=14;
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#000000";
oncolor="#ffffff";
outfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Reverse', duration=0.5)";
overfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Forward', duration=0.5)";
padding=5;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#2D729D";
separatorsize=1;
subimage="http://www.milonic.com/menuimages/arrow.gif";
subimagepadding=2;
}


with(milonic=new menuname("Links")){
style=menuStyle;
aI("text=About Brookley International;url=company_info.php;");
aI("text=Warehousing;url=warehousing.php;");
aI("text=Foreign-Trade Zone;url=foreign_trade.php;");
aI("text=Contact Us;url=contact.php;");
//aI("showmenu=Other;text=Other Sites;");
}

with(milonic=new menuname("Other")){
style=menuStyle;
aI("text=Google;url=http://google.com;");
aI("text=Jarred Azevedo;url=http://jarredazevedo.com;");
}

drawMenus();

