/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['About US', null, null,
		['History', 'aboutus.htm'],
		['Fact Sheet', 'aboutus_2.htm'],
		['Employment', 'employee.htm'],
		['Business Partner', 'channel.htm']
	],
	['NGB Triple Play', null, null,
	  	['NGB Introduction', 'NGB_solutions_01.htm'],
	  	['NGB Triple Play Solution', 'NGB_solutions_02.htm']
	],
	['RFID Hardware', null, null,
  	['Specialty Tag', null, null,
			['Contactless CPU Card', 'product_12.htm'],
			['Dual CPU Card', 'product_13.htm'],
	  	['VR RFID Card', 'product_01.htm'],
			['Token Tags', 'product_02.htm'],
			['e-Seal Tag', 'product_03.htm'],
			['Metal Tags', 'product_04.htm'],
			['Laundry Tags', 'product_09.htm'],
			['Animal Ear Tag', 'product_10.htm'],
			['Wristband Tag', 'product_11.htm'],
			['RFID Inlays', 'product_05.htm']
		],
		['Reader', null, null,
			['UHF Handheld Reader', 'product_14.htm'],
			['UHF Reader', 'product_07.htm'],
			['HF Reader', 'product_08.htm']
		],
	],
	['Middleware', 'product_06.htm', null],
	['Solutions', null, null,
		['Smart City Solution', 'solutions_11.htm'],
		['Small Payment System', 'solutions_07.htm'],
		['Food Safety Tracking', 'solutions_08.htm'],
		['Supply Chain Mgt.', 'solutions_09.htm'],
		['VR RFID Card Solution', 'solutions_10.htm'],
		['Transportation', 'solutions.htm'],
		['Retail Logistics Mgt.', 'solutions_02.htm'],
		['Health Care & Hospital', 'solutions_03.htm'],
		['Asset Tracking', 'solutions_04.htm'],
		['Access Control', 'solutions_05.htm'],
		['Manufacturing WIP Mgt.', 'solutions_06.htm']
	],
	['Login', 'http://220.132.166.225:81/pretide_en/Validate.asp?url=product.htm', null],
	['Contact Us', 'contactus.htm', null]
];

