/* Tigra Menu items structure */
var MENU_ITEMS = [
	['ABOUT', 'about.html', null,
	    ['about', 'about.html'],
		['services', 'services.html'],
		['letters', 'letters.html'],
		['home', 'index.html']

	],
	['CONTACT', 'contact.html', null,
		['contact us', 'contact.html'],
		['advertise on this site', 'radvertize.html'],
		
	],
	['STORE', 'store', null,
		['rental pianos', 'http://www.radfordpiano.com/store/index.php?cPath=51'],
		['humidity systems', 'http://www.radfordpiano.com/DCOverview.html'],
		['gift certificates', 'http://www.radfordpiano.com/store/product_info.php?cPath=60&products_id=195'],
		['piano supplies', 'store']
			
	],
	['LINKS', 'links.html', null,
		['teachers', 'links.html#teachers'],
		['movers', 'links.html#movers'],
		['customer links', 'links.html#customers'],
		['related links', 'links.html#related']
	],
	['SOUNDBOARD', 'soundboard.html', null,
		['piano care guide', 'guide.html'],
		['piano parts quiz', 'quiz.html'],
		['future of the piano', 'future.html'],
		['well temperament', 'well.html', null,
			['historical tuning', 'historical.html'],
			['tuning repertoire', 'repertoire.html'],
			['authentic tunings', 'authentic.html'],
			['bach to the future', 'lectures.html']
		]
	]
];
