
/*
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  ******* 
*/

_menuCloseDelay=150           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(mainStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#990000";
offbgcolor="#CC0033";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
separatorcolor="#E68099";
separatorsize="0";
padding="4px 10px 4px 10px";
fontweight="900";
fontsize="120%";
fontstyle="normal";
fontfamily="Trebuchet MS, Tahoma, Verdana, Arial";
pagebgcolor="#ffffff";
pagecolor="#990000";
headerbgcolor="#ffffff";
headercolor="#000000";
overfilter="Fade(duration=0.2);";
outfilter="Fade(duration=0.3)";
image="/common/images/menu_sep.gif";
overbgimage="/common/images/menu_bg_on.gif";
pagebgimage="/common/images/menu_bg_on.gif";
}

with(menuStyle=new mm_style()){
onbgcolor="#990000";
oncolor="#ffffff";
offbgcolor="#CC0033";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#E68099";
separatorsize="1";
padding="4px 10px 4px 10px";
fontweight="900";
fontsize="120%";
fontstyle="normal";
fontfamily="Trebuchet MS, Tahoma, Verdana, Arial";
headercolor="#000000";
headerbgcolor="#ffffff";
overfilter="Fade(duration=0.2);";
outfilter="Fade(duration=0.1)";
}


with(milonic=new menuname("Main Menu")){
style=mainStyle;
top=0;
left=180;
alwaysvisible=1;
orientation="horizontal";
aI("text=About Us;url=/corporate2/about5th.asp;showmenu=AboutUs;image=;");
aI("text=Products &amp; Services;showmenu=ProductsServices;url=/corporate2/products.asp;");
aI("text=Industry Solutions;showmenu=IndustrySolutions;url=/corporate2/industry.asp;");
aI("text=News;showmenu=News;url=/corporate2/news.asp;");
aI("text=Technology;showmenu=Technology;url=/corporate2/technology.asp;");
aI("text=Case Studies;url=/corporate2/casestudies.asp;showmenu=CaseStudies;");
aI("text=Clients;url=/corporate2/clients.asp;");
aI("text=Contact Us;url=/corporate2/contactus.asp;");
}

with(milonic=new menuname("AboutUs")){
style=menuStyle;
overflow="scroll";
aI("text=About 5th Finger;url=/corporate2/about5th.asp;");
aI("text=Jobs - become a digit!;url=/corporate2/jobs.asp;");
//aI("text=What does 5th Finger mean?;url=/corporate2/whatdoes.asp;");
aI("text=Consumer Protection & Privacy;url=/corporate2/consumerProtection.asp;bgimage=/common/images/menu_footer_about_us.gif;overbgimage=/common/images/menu_footer_about_us.gif;");
}

with(milonic=new menuname("ProductsServices")){
style=menuStyle;
aI("text=Full Service Solution &amp; Strategies;url=/corporate2/fullservice.asp;");
aI("text=Self Service Online Marketing Tools;url=/corporate2/selfservice.asp;");
aI("text=Gateway Solutions;url=/corporate2/supportedGateway.asp");
aI("bgimage=;")
aI("text=Mobile Relationship Solutions;url=/corporate2/mobilerelationship.asp;");
aI("text=Standard (MT) &amp; Premium Rate SMS;url=/corporate2/premiumsms.asp;bgimage=/common/images/menu_footer_products_services.gif;overbgimage=/common/images/menu_footer_products_services.gif;");
}

with(milonic=new menuname("IndustrySolutions")){
style=menuStyle;
aI("text=Corporate;url=/corporate2/corporate.asp;");
aI("text=Marketing;url=/corporate2/marketing.asp;");
aI("text=Mobile Content;url=/corporate2/mobile.asp");
aI("text=Media;url=/corporate2/media.asp;bgimage=/common/images/menu_footer_industry_solutions.gif;overbgimage=/common/images/menu_footer_industry_solutions.gif;");
}

with(milonic=new menuname("Technology")){
style=menuStyle;
aI("text=Connectivity;url=/corporate2/connectivity.asp");
aI("text=Software;url=/corporate2/software.asp;");
aI("text=Hardware & Hosting;url=/corporate2/hardware.asp;bgimage=/common/images/menu_footer_technology.gif;overbgimage=/common/images/menu_footer_technology.gif;");
}

with(milonic=new menuname("CaseStudies")){
style=menuStyle;
aI("text=Featured Case Studies;url=/corporate2/casestudies.asp;");
aI("text=Awards;url=/corporate2/awards.asp;bgimage=/common/images/menu_footer_case_studies.gif;overbgimage=/common/images/menu_footer_case_studies.gif;");
}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=Industry News;url=/corporate2/news.asp;");
aI("text=Media Releases;url=/corporate2/news.asp?catid=19;bgimage=/common/images/menu_footer_news.gif;overbgimage=/common/images/menu_footer_news.gif;");
}

drawMenus();

