/*
  --- 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 = [
	['Home', 'http://www.strothers.com',
	],
	['Mountain Dulcimer', null, null,
		['Our CD', 'http://www.strothers.com/cds.htm'],
		['Beginners Book', 'http://www.strothers.com/beginnersbook.htm'],
		['Chord Wizard', null,null,
			['Standard', 'http://www.strothers.com/chords.htm'],
			['Chromatic', 'http://www.strothers.com/chroma-chords.htm'],
		],
		['String Choice', 'http://www.strothers.com/string_choice.htm'],
		['Tabs', null, null,
			['Index', 'http://www.strothers.com/tabs.htm'],
			['Traditional', 'http://www.strothers.com/traditional.htm'],
			['Christmas', 'http://www.strothers.com/christmas_tabs.htm'],
			['Hymns', 'http://www.strothers.com/hymns.htm'],
			['Children', 'http://www.strothers.com/novice_tabs.htm'],
		],
		['MP3\'s', 'mp3\'s.htm'],
		['Festivals', null, null,
			['Kentucky Music Week', 'http://www.kentuckymusicweek.com'],
			['KY Winter Wknd', 'http://www.kentuckymusicweek.com/winter/WinterWknd.htm'],
			['AppalachianMusicFestival', 'http://www.appalachianmusic.org'],
			['Harmony Harvest', 'http://www.harmonyharvest.org'],
		],
		['Links', null, null,
			['Everything Dulcimer', 'http://www.everythingdulcimer.com'],
			['Links', 'http://www.strothers.com/dulcilinks.htm'],
			['Clubs', 'http://www.strothers.com/dulcilinks.htm#clubs'],
			['Luthiers', 'http://www.strothers.com/dulcilinks.htm#luthiers'],
			['Individuls', 'http://www.strothers.com/dulcilinks.htm#Individuals'],
			['Books & Recordings', 'http://www.strothers.com/dulcilinks.htm#books'],
			['Retailers', 'http://www.strothers.com/dulcilinks.htm#accessories'],
			['Festivals', 'http://www.strothers.com/dulcilinks.htm#festivals'],
			['Tabs', 'http://www.strothers.com/dulcilinks.htm#tabs'],
			['Software', 'http://www.strothers.com/dulcilinks.htm#software'],
			['Copyright', 'http://www.strothers.com/dulcilinks.htm#copyright'],
		],
		['Music 101', 'http://www.strothers.com/theory.htm'],
	],
	['Tom\'s Web Pages', null, null,
		['Tom\'s Web Design', 'http://www.strothers.com/webdesign.htm'],
		['College Hill', 'http://www.collegehilloh.net'],
		['The Forum', 'http://www.collegehillohio.org/'],
		['Farm Market', 'http://www.collegehillfarmmarket.org/'],
		['Anne MacFie', 'http://annemacfie.com'],
		['Soaring Raven', 'http://www.soaringraven.com'],
		['TheOaks', 'http://www.visittheoaks.com'],
		['NatenMady', 'http://www.natenmady.com'],
		['Timbre Hill Dulcimers', 'http://www.timbrehilldulcimers.com/'],
	],
	['Marketing', null, null,
		['Tom\'s Web Design', 'http://www.strothers.com/webdesign.htm'],
		['Our CD', 'http://www.strothers.com/cds.htm'],
		['Beginners Book', 'http://www.strothers.com/beginnersbook.htm'],
		['Lessons', 'http://www.strothers.com/lessons.htm'],
		['Missy\'s Charms', 'http://www.strothers.com/charms.htm'],
		['Sweet Woods Dulcimers', 'http://www.strothers.com/sweet_woods.htm'],
	],
	['Festivals', null, null,
		['AppalachianMusicFestival', 'http://www.appalachianmusic.org'],
		['Harmony Harvest', 'http://www.harmonyharvest.org'],
		['KY Music Week', 'http://www.kentuckymusicweek.com'],
		['KY Music Weekend', 'http://www.kentuckymusicweek.com/winter/WinterWknd.htm'],
	],
	['Family', null, null,
		['Nate and Mady', 'http://www.natenmady.com'],
		['Scrapbook', 'http://www.strothers.com/scrap_book.htm'],
		['Strother Genealogy', 'http://www.strothers.com/strother_genealogy.htm'],
		['Strother History', 'http://www.strothers.com/strother.htm'],
	],
	['Video', null, null,
		['Krewe de Barkus', 'http://www.strothers.com/MardiGras.htm'],
		['The Diviners', 'http://www.strothers.com/Diviners.htm'],
	],
];

