/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
License Details:
 Number: 201984
 URL: www.waficom.com
 Type: Worldwide
 Dated: Wednesday April 12 2006
*/
_menuCloseDelay=500;           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150;            // The time delay before menus open on mouse over
_subOffsetTop=0;             // Sub menu top offset
_subOffsetLeft=1;           // Sub menu left offset
with(menuStyle=new mm_style()){
onbgcolor="#F03D41";
oncolor="#000000";
offbgcolor="#F03D41";
offcolor="#ffffff";
bordercolor="#F03D41";
borderstyle="none";
borderwidth=0;
padding=0;
fontsize="11px";
fontstyle="11px";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#F03D41', Direction=0, Strength=0)";
outfilter="randomdissolve(duration=0.3)";
}
with(submenuStyle=new mm_style()){
onbgcolor="#F03D41";
oncolor="#000000";
offbgcolor="#F03D41";
offcolor="#ffffff";
bordercolor="#F03D41";
borderstyle="none";
borderwidth=0;
separatorcolor="#f68c8c";
separatorsize="1";
padding=8;
fontsize="10px";
fontstyle="10px";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#F03D41', Direction=0, Strength=0)";
outfilter="randomdissolve(duration=0.3)";
}
with(milonic=new menuname("about us")){style=submenuStyle;overflow="scroll";
aI("text=Infrastructure;url=infrastructre.htm;status=Infrastructure;");
aI("text=Masterplan;url=masterplan.htm;status=Masterplan;");
aI("text=Customer Services ;url=customerservices.htm;status=Customer Services ;");

};
with(milonic=new menuname("Services")){style=submenuStyle;overflow="scroll";
aI("text=Logistics & Warehousing;url=Logistics.htm;status=Logistics;");
aI("text=Clearance & Distribution;url=ClearanceDistribution.htm;status=Clearnce;");
aI("text=State of Art Technology;url=State-of-the-art.htm;status=Technology;");
aI("text=Container Cargo;url=Container.htm;status=Container Cargo;");
aI("text=General Cargo;url=GeneralCargo.htm;status=General Cargo;")
aI("text=Storage Invoice;url=checkBL.aspx;status=Storage Invoice;");
aI("text=Performa Invoice;url=marine.aspx;status=Performa Invoice;");
};
with(milonic=new menuname("Location")){style=submenuStyle;overflow="scroll";
aI("text=Introduction;url=locintro.htm;status=Introduction;");
aI("text=Competitive Advantages;url=CompetitiveAdvantages.htm;status=Competitive Advantage;");
aI("text=Logistics Center;url=LogisticsCenter.htm;status=Logistics Center;");


};
with(milonic=new menuname("Media Center")){style=submenuStyle;overflow="scroll";
aI("text=Photo Gallery;url=PhotoGallery.htm;status=Photo Gallery;");
aI("text=News;url=news.aspx;status=News;");
aI("text=Testimonials;url=Testimonials.htm;status=Testimonials;");
};
with(milonic=new menuname("Health")){style=submenuStyle;overflow="scroll";
aI("text=Safety & Environment;url=health.htm;status=Safety;");
aI("text=Quality Policy;url=Quality Policy.pdf;status=Quality Policy;");
aI("text=Security Policy;url=SecurityPolicy.pdf;status=Security Policy;");
};

with(milonic=new menuname("Contact Us")){style=submenuStyle;overflow="scroll";
aI("text=Contacts ;url=contacts.htm;status=Contacts;");
aI("text=Contact Form;url=contact_en.aspx;status=Contact Form;");
aI("text=Suggestions;url=suggestion_en.aspx;;status=Suggestions;");
aI("text=Complaints;url=complain_en.aspx;;status=Complaints;");
};
drawMenus();

