/* Tigra Menu items structure */
var MENU_ITEMS_VERTICAL_ABOUT_US = [
		['Company Info', "companyInfo.htm"],
		['Mission & Values', "missionValues.htm"],
		['News', "news.htm"],
		['History', "history.htm"],
		['Clients/Alliances', "clientsAlliances.htm"],
		['Legal', "legal.htm"],
		['Employment', "employment.htm"],
		['Contact Us', "contactUs.htm"]
]


var MENU_ITEMS_VERTICAL_PRODUCTS = [
		['Stand-alone Devices', "products.htm#Stand_alone_Devices"],
		['Control System Components', "products.htm#Control_System_Components"],
		['Electronic Modules', "products.htm#Electronic_Modules"],
		['PC Software', "products.htm#PC Software"],
		['Embedded Software Modules', "products.htm#Embedded_Software_Modules"],
		['Water Management', "products.htm#Water_Management"]
];


var MENU_ITEMS_VERTICAL_INTELLECTUAL_CONCEPTS = [
		['Overview', "intellectualConcepts.htm#IP_Overview"],
		['Free concept Ideas', "intellectualConcepts.htm#Free_Concept_Ideas"],
		['Licensable IP', "intellectualConcepts.htm#Licensable_Intellectual_Property"]
];


var MENU_ITEMS_VERTICAL_KMED_SOLUTIONS = [
		['Overview', "KMEDSolutions.htm", null],
		['Turnkey Solutions', "turnkeySolutions.htm", null,
			['Water Management Solutions', "turnkeySolutions.htm#Water_Management_Solutions"]
		],
		['Life Cycle Management', "lifeCycleManagement.htm", null,
			['Market Assessment', "lifeCycleManagement.htm#Market_Assessment"],
			['Product Development', "lifeCycleManagement.htm#Product_Development"],
			['IT Integration', "lifeCycleManagement.htm#IT_Integration"],
			['Test Solutions', "lifeCycleManagement.htm#Test_Solutions"],
			['Manufacturing', "lifeCycleManagement.htm#Manufacturing"],
			['Service & Support', "lifeCycleManagement.htm#Service_&_Support"]
		],
		['Consulting', "consulting.htm"]
];

var MENU_ITEMS_VERTICAL_KMED_SOLUTIONS_TURNKEY = [
			['Water Management Solutions', "turnkeySolutions.htm#Water_Management_Solutions"]
];


var MENU_ITEMS_VERTICAL_KMED_SOLUTIONS_LIFECYLCE = [
			['Market Assessment', "lifeCycleManagement.htm#Market_Assessment"],
			['Product Development', "lifeCycleManagement.htm#Product_Development"],
			['IT Integration', "lifeCycleManagement.htm#IT_Integration"],
			['Test Solutions', "lifeCycleManagement.htm#Test_Solutions"],
			['Manufacturing', "lifeCycleManagement.htm#Manufacturing"],
			['Service & Support', "lifeCycleManagement.htm#Service_&_Support"]
];

var MENU_ITEMS_VERTICAL_KMED_INNOVATIONS = [
		['Overview', "KMEDInnovations.htm", null],
		['Concept Inception', "KMEDInnovations.htm#Concept_Inception"],
		['Business Case Analysis', "KMEDInnovations.htm#Business_case_analysis"],
		
		['IP Generation', "KMEDInnovations.htm#IP_Generation"],
		['IP Licensing', "KMEDInnovations.htm#IP_Licensing"],
		['Product Creation', "KMEDInnovations.htm#Product_Creation", null,
			['Product Development', "KMEDInnovations.htm#Product_development"],
			['Manufacture', "KMEDInnovations.htm#Manufacture"]
		],
		['Product Customization', "KMEDInnovations.htm#Product_Customization"],
		['OEM', "KMEDInnovations.htm#OEM"]
];
