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()){
styleid=1;
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
//image="orangedots.gif";
imagepadding=6;
offbgcolor="#1B2C85";
offcolor="#ffffff";
onbgcolor="#CC6600";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
//overimage="whitedots.gif";
padding=6;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=1;
//subimage="arrow.gif";
subimagepadding=2;
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#5871B3";
offcolor="#ffffff";
onbgcolor="#DC9B5B";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#758CC9";
separatorsize=1;
subimage="images/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=0;
orientation="horizontal";
style=menuStyle;
top=120;                ///check for menu up and down
aI("text=Home;url=Default.aspx;");
aI("showmenu=Company;text=Profile;");
aI("showmenu=Services;text=Services;");
aI("showmenu=Utilities;text=Utilities;");
aI("text=Affilations;url=Affilation.aspx;");
aI("showmenu=Queries;text=Queries;");
aI("showmenu=Bangladesh;text=Bangladesh Profile;");
aI("text=Contact;url=Contact.aspx;");

}


with(milonic=new menuname("Company")){
margin=7;
style=submenuStyle;
aI("text=About Us;url=AboutUs.aspx;");
aI("text=Why All-Trans;url=WhyAllTrans.aspx;");
aI("text=Mission;url=Mission.aspx;");
aI("text=Company Profile;url=CompanyProfile.aspx;");
aI("text=Station Profile;url=StationProfile.aspx;");
aI("text=Organizational Chart;url=OrganizationChart.aspx;");
aI("text=Affilations;url=Affilation.aspx;");
aI("text=Global Network;url=GlobalNetwork.aspx;");
}

with(milonic=new menuname("Bangladesh")){
margin=7;
style=submenuStyle;
aI("text=Bangladesh Profile;url=BangladeshProfile.aspx;");
aI("text=Bangladesh Maps;url=BangladeshMap.aspx;target=_blank;");
aI("text=Bangladesh Flag;url=BangladeshFlag.aspx;");
aI("text=Bangladesh Anthem;url=BangladeshAnthem.aspx;");
aI("text=Holiday;url=Holiday.aspx;");
}
with(milonic=new menuname("Utilities")){
margin=7;
style=submenuStyle;
aI("target=_new;targetfeatures=width=300 height=220 resizable=no;text=Length Calculator;url=calc_length.htm;");
aI("target=_new;targetfeatures=width=300 height=220 resizable=no;text=Weight Calculator;url=calc_weight.htm;");
aI("target=_new;targetfeatures=width=500 height=400 resizable=no;text=Volume Calculator;url=calc_volume.htm;");
aI("text=Calculate CBM;url=CalculateCBM.aspx;");
aI("text=Time Zone;url=DetailsClock.aspx;");
aI("text=Currency Convertion;url=http://www.xe.com/ucc/;target=_blank;  ");
aI("text=Mass and Weight Convertion;url=http://www.onlineconversion.com/weight_common.htm;target=_blank;");


}




with(milonic=new menuname("Services")){
margin=7;
style=submenuStyle;
aI("text=Activities;url=ServicesActivities.aspx;");
aI("showmenu=Export;text=Export;");
aI("showmenu=Import;text=Import;");
aI("text=Chartering;url=Chartering.aspx;");
aI("text=Warehousing;url=Warehousing.aspx;");
aI("text=CustomsBrokerage;url=CustomsBrokerage.aspx;");
aI("text=LogisticsSolution;url=LogisticsSolution.aspx;");
aI("text=DoorToDoor;url=DoorToDoor.aspx;");
aI("text=Projects;url=Projects.aspx;");

}

with(milonic=new menuname("Export")){
margin=7;
style=submenuStyle;
aI("text=Air Freight;url=AirFreight.aspx;");
aI("text=Sea Freight;url=SeaFreight.aspx;");
}


with(milonic=new menuname("Import")){
margin=7;
style=submenuStyle;
aI("text=Air Freight;url=AirFreightImport.aspx;");
aI("text=Sea Freight;url=SeaFreightImport.aspx;");
}

with(milonic=new menuname("Queries")){
margin=7;
style=submenuStyle;
aI("text=Online Query;url=QueryForm.aspx;");
aI("text=Rate Inquiry Form;url=RateQueryForm.aspx");
aI("text=Flight Frequency & Weekly Cargo Capacity;url=AirlineFrequency.aspx;");
aI("text=Vessel Schedule;url=OperationShippingLines.aspx;");
}
drawMenus();

