/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Company Introduction', 'index.htm', {'sb':'index.htm'}],
	['History', 'history.htm', {'sb':'history.htm'}],
	['Company Executives', 'exec.htm', {'sb':'exec.htm'}],
	['Distribution Network', 'network.htm', {'sb':'network.htm'}],
	['Contact Info', 'contact.htm', {'sb':'contact.htm'}]
];

