/*
  --- 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 = [
	['BLUES LESSONS', null, null,
		['Complete Lesson List', '../lessons.html'],
		['Guest Lessons', '../guestlessons.html'],
		['Backing Tracks', '../backtrack.html'],
		['Lick of the Week', '../lick.html'],
		['Beginners Lesson 1', '../beginner1.html'],
		['Boogie Woogie 1', '../boogiewoogie1.html'],
		['First Boogie in A', '../firstboogieA.html'],
		['Rockin the Blues', '../Brockin.html'],
		['Chordin the Blues', '../Bchordin.html'],
		['BYCU Supplements', '../bycusupp.html'],
		['Blues Rhythms', '../bycurhy.html'],
		['Lick of the Week Archives', '../archive.html'],
		['BYCU Forum', '../forum.html'],
	],
	['JAZZ LESSONS', null, null,
		['Complete Lesson List', '../lessons.html'],
		['Guest Lessons', '../guestlessons.html'],
		['Technique', '../technique.html'],
		['Chords', '../jazzchords.html'],
		['Lines', '../jazzlines.html'],
		['Chord Melodies', '../chordmel.html'],
		['Transcriptions', '../transcription.html'],
		['Jazzin Supplements', '../jazzsupp.html'],
		['BYCU Forum', '../forum.html'],
	],
	['BOOKS', '../books.html', null,
		['Blues You Can Use', '../bookbycu.html'],
		['More Blues You Can Use', '../bookmorebycu.html'],
		['Blues Licks You Can Use', '../booklicks.html'],
		['BYCU Chords', '../bookchordbycu.html'],
		['Jazzin the Blues', '../bookjazzin.html'],
		['Oops! - Corrections', '../books.html'],
	],
	['MORE STUFF', null, null,
	    ['New - Backing Tracks', '../backtrack.html'],
	    ['BYCU Forum', '../forum.html'],
	    ['Book & DVD Reviews', '../reviews.html'],
		['CDs of the Month', '../cd.html'],
		['BYCU Store', '../store.html'],
		['Important Links', '../links.html'],
		['E-mail John', 'mailto:john@bluesyoucanuse.com'],
	],
	['HOME PAGE', 'http://www.bluesyoucanuse.com', null,
	],
];


