/*
Consists of the Menu Items. The three array elements for each item define
 - the text to be displayed (string) 
 - the link URL to load if the item is clicked (string) 
 - whether this item has a child menu (1=Yes, 0=No)
*/

/*
If an item has a child menu then the last item should be 1 i.e.
In this case, the arrayMenu1_1 should also be specified
*/
arrayMenu1 = new Array(
"Who we are","aboutUs.shtml#whoweare",0,
"Who we are","aboutUs.shtml#whoweare",0,
"What sets us apart","aboutUs.shtml#whatsetsusapart",0,
"Alliances","aboutUs.shtml#alliances",0,
"Clients and References","clients-references.shtml",0
);


arrayMenu3 = new Array(
"Health care","industries.shtml#healthcare",0,
"Hospitality","industries.shtml#hospitality",0,
"Financial Services","industries.shtml#financialservices",0
);

arrayMenu2 = new Array(
"Caché ","cache.shtml",0,
"Ensemble","ensemble.shtml",0,
"TrakCare","medtrak.shtml",0,
"Prodigious","prodigious.shtml",0,
"Speedminer","speedminer.shtml",0
);

arrayMenu2_1 = new Array(
"HMS","hms.shtml",0,
"HRMS","hrms.shtml",0,
"FMS","fms.shtml",0
);


arrayMenu4 = new Array(
"Workflow solutions/Analysis","services.shtml#workflow",0,
"Consulting Services","services.shtml#consulting",0,
"IT Strategies","services.shtml#itstrategies",0,
"IT Project Coordination","services.shtml#itprojectcoordination",0,
"Software Testing & QA","services.shtml#softwaretesting",0
);

arrayMenu5 = new Array(
"Caché Success Stories","caseStudies.shtml",0,
"MedTrak Success Stories","trak_successStories.shtml",0
);


arrayMenu6 = new Array(
"Caché","#",1,
"Medtrak","http://www.trak.com.au/download.htm",0,
"Acrobat Reader","http://www.adobe.com/products/acrobat/",0
);

arrayMenu6_1 = new Array(
"Caché Software","http://www.intersystems.com/downloads/index.html",0,
"Caché Documentation","http://www.intersystems.com/downloads/documentation/index.html",0,
"Caché FAQ","http://www.intersystems.com/downloads/cachepcfaq.html",0
);

arrayMenu7 = new Array(
"Contact Us","contactUs.shtml",0,
"Feedback","feedback.shtml",0,
"Newsletter","newsletters.shtml",0
);

