/* 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']
		
	],
	['STORE', 'http://www.radfordpiano.com/store/', null,
		['rental pianos', 'http://www.radfordpiano.com/store/index.php?cPath=51'],
		['humidity control', 'DCBenefits.html'],
		['piano life savers', 'http://www.radfordpiano.com/store/index.php?cPath=30'],
		['polish & cleaners', 'http://www.radfordpiano.com/store/index.php?cPath=29'],
		['caster cups', 'http://www.radfordpiano.com/store/index.php?cPath=39'],
		['benches', 'http://www.radfordpiano.com/store/index.php?cPath=27'],
		['bench cushions', 'http://www.radfordpiano.com/store/index.php?cPath=28'],
		['piano covers', 'http://www.radfordpiano.com/store/index.php?cPath=33'],
			
	],
	['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'],
		['articles', 'articles.html'],
		['well temperament', 'well.html']
	]
];

