var MENU_ITEMS =[
	["Products", "products/index.php",
		["Speakers", "products/speakers/index.php"],
		["Amplifiers", "products/amplifiers/index.php"],
		["AV Receivers", "products/avreceivers/index.php"],
		["CD Players", "products/cdplayers/index.php"],
		["DVD Players", "products/dvdplayers/index.php"],
		["Tuners", "products/tuners/index.php"],
		["Turntables", "products/turntables/index.php"],
		["Displays", "products/displays/index.php"],
		["Cables", "products/cables.php"],
		["Acoustic Treatments", "products/acoustic.php"],
		["Demo/Second Hand", "products/demosecond.php"],
	],
	["About Equinox", "about/index.php",
		["Articles", "about/articles/index.php"],
		["Testimonials", "about/testimonials/index.php"],
		["Technical Details", "about/details.php"],
		["Philosophy", "about/philosophy.php"],
		["FAQ", "about/faq.php"],
		["Factory", "about/factory.php"],
		["Shows", "about/shows.php"],
		["News", "about/news.php"]
	],
	["Services", "services/index.php",
		["Custom Cables", "services/cables.php"],
		["Repairs", "services/repairs.php"],
		["Upgrades", "services/upgrades.php"],
		["Custom Design", "services/custom.php"],
		["General Manufacturing", "services/manufacturing.php"],
		["Installations", "services/installations.php"]
	],
	["Contact", "contact/index.php",
		["New South Wales", "contact/index.php#nsw"],
		["Queensland", "contact/index.php#qld"],
		["Victoria", "contact/index.php#vic"],
		["Western Australia", "contact/index.php#wa"],
		["Other", "contact/index.php#other"]
	],
	["Links", "links/index.php"]
];
