/* Tigra Menu items structure */
var MENU_ITEMS = [
	['GREEN LINE Products', 'green_line.php'],
	['HI-RIM Platters', 'hi_rim_platter.php'],
	['LO-RIM Platters', 'lo_rim_platter.php'],
	['DELUX Platters', 'delux_platter.php'],
	['ELITE HI-RIM Platters', 'elite_hi_rim.php'],
	['SCALLOPED Platters', 'scalloped.php'],
	['SERVING Trays', 'serving_trays.php'],
	['COMPARTMENT Platters', 'compt_platter.php'],
	['BOWLS', 'bowls.php'],
	['LIDS', 'lids.php'],
	['UTENSILS', 'utensils.php'],
	['COMBO PACKS', 'combo_packs.php'],
	['SPECIALTY ITEMS', 'specialty.php'],
	['HOLIDAY Platters', 'holiday.php']
];
// JavaScript Document