/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Products', '/index.html', null,
		['Unreal Media Server', '/umediaserver/index.html'],
		['eLecture', '/electure/index.html'],
		['IP Cameras & Encoders', '/hardware/index.html'],
		['Networking Software', '/networksoft/index.html']
	],
	['Company', '/company/RnD.html', null,
		['About', '/company/RnD.html'],
		['Our Customers', '/company/Customers.html'],
		['Contact Us', '/company/feedback.html']
	]
];
