_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(submenuStyle=new mm_style()){
fontfamily="Trebuchet MS";
fontsize="8pt";
fontweight="normal";
headercolor="#000000";
offcolor="#FF7F50";
oncolor="#747A75";
padding="5";
subimage="images/11x9_dotted_green.gif";
subimagepadding="0";
}

with(menuStyle=new mm_style()){
align="left";
fontfamily="Trebuchet MS";
fontsize="10pt";
headerbgcolor="#ffffff";
headercolor="#000000";
image="images/location6.gif";
offcolor="DarkMagenta";
oncolor="Crimson";
pagecolor="Red";
overimage="images/location_on6.gif";
imageposition="right";
itemwidth="100";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth=800;
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=Home ;target=;url=index.html;");
aI("text=Company ;target=;url=Company.html;");
aI("showmenu=Products/OrangeINFO_BAR_MENU;text=Products;target=;url=Products.html;");
aI("text=FAQs;target=;url=FAQs.html;");
aI("showmenu=News/Publications INFO_BAR_MENU;text=News;target=;url=News.html;");
aI("showmenu=IFE/InformationINFO_BAR_MENU;text=IFE;target=;url=IFE.html;");
aI("text=Sales outlets;target=;url=Sales-outlets.html;");
aI("text=Contact;target=;url=Contact.html;");
}

with(milonic=new menuname("Products/OrangeINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Orange;target=;url=Orange.html;");
aI("text=Mandarin;target=;url=Mandarin.html;");
aI("text=Strawberry;target=;url=Strawberry.html;");
aI("text=Liquorice;target=;url=Liquorice.html;");
aI("text=Raspberry;target=;url=Raspberry.html;");
}

with(milonic=new menuname("News/Publications INFO_BAR_MENU")){
style=submenuStyle;
aI("text=Publications ;target=;url=Publications.html;");
aI("text=Latest news ;target=;url=Latest-news.html;");
aI("text=Product Developments;target=;url=Product-Developments.html;");
}

with(milonic=new menuname("IFE/InformationINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Information;target=;url=Information.html;");
aI("text=IFE 2011;target=;url=IFE-2011.html;");
}


 drawMenus();

