var MENU_ITEMS = [
	['Home', '/index.php', null],
	['Products', null, [null, null, null, null],
		['General & Generic', null, [null, null, null, null],
			['Cattle/road grids', '/general/grids.php', [null, null, null, null]],
			['Ground sockets', '/general/socket.php', [null, null, null, null]],
			['Open top cisterns', '/general/cistern.php', [null, null, null, null]],
			['Sheeted gates', '/general/sheetgate.php', [null, null, null, null]],
			['Young stock feeding equipment', '/general/youngfeed.php', [null, null, null, null]]
		],
		['Cattle', null, [null, null, null, null],
			['Barrier mangers & mangers', '/cattle/barrier.php', [null, null, null, null]],
			['Big bale feed bins', '/cattle/bigbale.php', [null, null, null, null]],
			['Circular feeders', '/cattle/circular.php', [null, null, null, null]],
			['Diagonal feeding barriers', '/cattle/diagonal.php', [null, null, null, null]],
			['Footbaths', '/cattle/footbath.php', [null, null, null, null]],
			['Freestanding troughs', '/cattle/freetrough.php', [null, null, null, null]],
			['Hook-on mangers', '/cattle/hookon.php', [null, null, null, null]],
			['Other water troughs', '/cattle/otherwater.php', [null, null, null, null]],
			['Portable hayracks & mangers', '/cattle/hayrack.php', [null, null, null, null]],
			['Standard water troughs', '/cattle/water.php', [null, null, null, null]]
		],
		['Calf', null, [null, null, null, null],
			['Bucket holders', '/calf/bucket.php', [null, null, null, null]],
			['Feed troughs', '/calf/feedtrough.php', [null, null, null, null]]
		],
		['Sheep', null, [null, null, null, null],
			['Adopter front', '/sheep/housing.php', [null, null, null, null]],
			['Big bale, troughs &amp; creep feeders', '/sheep/feeders.php', [null, null, null, null]],
			['Footbaths', '/sheep/footbath.php', [null, null, null, null]],
			['Portable races', '/sheep/race.php', [null, null, null, null]],
			['Ring & push in feeders', '/sheep/ringpush.php', [null, null, null, null]],
			['Sheep racks & mangers', '/sheep/rackmanger.php', [null, null, null, null]],
			['Walk-through feeders', '/sheep/walkthrough.php', [null, null, null, null]],
			['Water troughs', '/sheep/water.php', [null, null, null, null]]
		],
		['Pigs', null, [null, null, null, null],
			['Amazon medium duty troughs', '/pigs/amazon.php', [null, null, null, null]],
			['Samson heavy duty troughs', '/pigs/samson.php', [null, null, null, null]],
		]
		],
	['Contacts', '/location.php', [100, null, null, null]]
];


