_menuCloseDelay=150;
_menuOpenDelay=350;
_subOffsetTop=4;
_subOffsetLeft=-6;

with(menuStyle=new mm_style()){
bordercolor="#97C552";   // menu Border color
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="55%",
fontstyle="normal";
headerbgcolor="#FF9900"; // white
headercolor="#000000"; //black 
offbgcolor="#DAE8C6"; // white
offcolor="#000000";  // black
onbgcolor="#8CB74D";  // green
oncolor="#003300";     // lite green							// mouse over text color
outfilter="randomdissolve(duration=0.5)";						// dissolving material
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#FFFFFF";
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=5;
subimage="images/arrow.gif";
subimagepadding=2;
}

with(home1=new menuname("Main Menu")){
alwaysvisible=1;
left=145;			// buttons left direction
orientation="horizontal";
style=menuStyle;
top=244;			// buttons TOP position 		
aI("showmenu=Company;text=HOME;url=index.htm;");
aI("showmenu=Services;text=SERVICES;url=services.htm;");
aI("showmenu=Destinations;text=ZONES & DESTINATIONS;url=destinations.htm;");
aI("showmenu=Rates;text=RATES;url=rates.htm;");
aI("showmenu=Faqs;text=FAQS;url=faqs.htm;");
aI("showmenu=Contact us;text=CONTACT US;url=contactus.htm;");
aI("showmenu=Gifts & Sentiments;text=GIFTS & SENTIMENTS;url=gifts.htm;");
aI("showmenu=procedures;text=PROCEDURES;url=procedure.htm;");
}

//-About Us menu
with(home1=new menuname("Company")){
overflow="scroll";
style=menuStyle;
aI("text=ABOUT US ;url=about.htm;");
aI("text=COMPANY PROFILE ;url=comprof.htm;");
}

//-Services menu


with(home1=new menuname("Services")){
overflow="scroll";
style=menuStyle;
aI("showmenu=Documents;status=DOCUMENTS Products;text=DOCUMENTS;");
aI("showmenu=Parcels;status=PARCELS Products;text=PARCELS;");
aI("showmenu=Sentiments;status=SENTIMENTS Products;text=SENTIMENTS;");
aI("showmenu=Cargo;status=CARGO Products;text=CARGO;");
aI("showmenu=Logistics;status=LOGISTICS Products;text=LOGISTICS;");
}

//-Documents menu
with(home1=new menuname("DOCUMENTS")){
style=menuStyle;
aI("text=DOMESTIC DELIVERY SERVICES;url=;");
aI("text=INTERNATIONAL DELIVERY SERVICES;url=;");
}

//-Parcels menu
with(home1=new menuname("PARCELS")){
style=menuStyle;
aI("text=DOMESTIC DELIVERY SERVICES;url=;");
aI("text=INTERNATIONAL DELIVERY SERVICES;url=;");
}

//-Sentiments menu
with(home1=new menuname("SENTIMENTS")){
style=menuStyle;
aI("text=DOMESTIC DELIVERY SERVICES;url=;");
aI("text=INTERNATIONAL DELIVERY SERVICES;url=;");
}

//-Cargo menu
with(home1=new menuname("CARGO")){
style=menuStyle;
aI("text=DOMESTIC DELIVERY SERVICES;url=;");
aI("text=INTERNATIONAL DELIVERY SERVICES;url=;");
}

//-Logistics menu
with(home1=new menuname("LOGISTICS")){
style=menuStyle;
aI("text=DOMESTIC DELIVERY SERVICES;url=;");
aI("text=INTERNATIONAL DELIVERY SERVICES;url=;");
}

//-RATES menu
with(home1=new menuname("Rates")){
overflow="scroll";
style=menuStyle;
aI("text=DOMESTIC RATES ;url=domesticrates.htm;");
aI("text=INTERNATIONAL RATES ;url=internrates.htm;");
}

//-Destinations menu
with(home1=new menuname("Destinations")){
overflow="scroll";
style=menuStyle;
aI("text=DOMESTIC DESTINATIONS ;url=ddz.htm;");
aI("text=INTERNATIONAL DESTINATIONS ;url=idz.htm;");
}

drawMenus();


