/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', "index.htm", {'sw':130}
	],
	['About Us', "companyInfo.htm", {'sw':100},
		['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"]
	],
	['Products', "products.htm", {'sw':110},
		['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"]
	],
	['Intellectual Concepts', "intellectualConcepts.htm", {'sw':150},
		['Overview', "intellectualConcepts.htm#IP_Overview"],
		['Free concept Ideas', "intellectualConcepts.htm#Free_Concept_ideas"],
		['Licensable IP', "intellectualConcepts.htm#Licensable_Intellectual_property"]
	],
	['KMED Solutions', "KMEDSolutions.htm", {'sw':120},
		['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"]
	],
	['KMED Innovations', "KMEDInnovations.htm", {'sw':120},
		['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"]
	],
	['Contact Us', "contactUs.htm", {'sw':95}]
	
];

