/*
  --- 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 = [
	['Cricket Bats', '', null,
		['STANFORD', 'stanford_cricket_bats.html'],
		['BRITANNIA', 'britannia_cricket_bats.html'],
		['HERO HONDA', 'herohonda_cricket_bats.html'],
		['SG', 'sg_cricket_bats.html'],
		['SS SUNRIDGES', 'ss_cricket_bats.html'],
		['BDM', 'bdm_cricket_bats.html'],
		['MRF', 'mrf_cricket_bats.html'],
		['CRICKET KITS', 'cricket_kits.html'],
	],
	['Cricket Balls', '', null,
		['COUNTY', 'county_cricket_balls.html'],
		['CLUB', 'club_cricket_balls.html'],
		['TRAINING', 'training_cricket_balls.html'],
	],
	['Protection', '', null,
		['PADS', '', null,
			['> STANFORD', 'stanford_batting_pads.html'],
			['> SS SUNRIDGES', 'ss_sunridges_batting_pads.html'],
			['> SG', 'sg_batting_pads.html'],
		],
		['GLOVES', '', null,
			['> STANFORD', 'stanford_batting_gloves.html'],
			['> SS SUNRIDGES', 'ss_sunridges_batting_gloves.html'],
			['> MRF', 'mrf_batting_gloves.html'],
		],
		['HELMETS', 'batting_helmets.html'],
		['GUARDS', 'cricket_guards.html'],
		['WICKET KEEPING', 'wicket_keeping.html'],
	],
	['Junior', '', null,
		['CRICKET BATS', 'junior_cricket_bats.html'],
		['CRICKET BALLS', 'training_cricket_balls.html'],
		['CRICKET KITS', 'junior_cricket_kits.html'],
	],
	['Miscellaneous', '', null,
		['GRIPS', 'batting_grips.html'],
		['CONES', 'cones.html'],
		['MALLETS', 'knocking_mallets.html'],
		['TOE GUARDS', 'toe_guards.html'],
		['ANTI SCUFF', 'anti_scuff_sheet.html'],
		['BAGS', 'cricket_bags.html'],
		['BAT CARE', 'cricket_bat_care.html'],
		['GROUNDS EQUIPMENT', 'grounds_equipment.html'],
	],
	['About Us', '', null,
		['ABOUT US', 'aboutus.html'],
		['FEEDBACK', 'feedback.html'],
		['TESTIMONIALS', 'testimonials.html'],
		['ORDER TRACKER', 'order_tracker.html'],
	],
];