/*
  --- 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.
  
  Modified by David West 2004
*/
var MENU_ITEMS = [
	['HOME', 'index.htm', null],
	['COURSES', null, null,
		['New! On-going Group Classes -->', null, null,
			['New! Jazz Ensemble Group Class', 'jazz_ensemble.htm', null],
			['New! Vocal Harmony Group Class', 'vocal_harmony_group.htm', null],
			['New! Celtic Music Group Class', 'celtic_group.htm', null],
			['New! Litchfield Group Guitar Class', 'litchfield_group_guitar.htm', null],
		],
		['Piano Private Lesson Course', 'piano_keyboard.htm', null],
		['Guitar Private Lesson Course -->', null, null,
			['Electric &amp; Acoustic', 'guitar.htm', null],
			['Classical (Tewksbury, MA Only)', 'classical_guitar_curriculum.htm', null],
		],
		['Bass Private Lesson Course', 'bass_guitar_bass.htm', null],
		['Drums Private Lesson Course', 'drums_percussion.htm', null],
		['Voice Private Lesson Course', 'voice.htm', null],
		['Bagpipe Private Lesson Course', 'bagpipes.htm', null],
		['Pennywhistle Lessons', 'bagpipes.htm#pennywhistle', null],
		['Recorder Lessons', 'bagpipes.htm#recorder', null],
		['More Courses on Request -->', null, null,
			['Theory Harmony &amp; Arranging', 'music_theory_course.htm', null],
			['Music History &amp; Analysis', 'music_history_course.htm', null],
			['Jazz Theory &amp; Improvisation', 'jazz_theory_course.htm', null],
			['Ear Traing &amp; Sight Singing', 'ear_training_course.htm', null],
			['Ensemble Classes', 'ensembles.htm', null],
		],
		['Live! WebCam Lessons', 'webcam_lessons.htm', null],
		['Certificate Program', 'certificate_program.htm', null],
		['Private Lesson Course Tuition', 'lesson_tuition.htm', null],
		['Course Policies', 'course_policies.htm', null],
	],
	['TEACHERS', null, null,
		['Instuctor David West', 'david_west.htm', null],
		['Instuctor Jim West', 'jim_west.htm', null],
		['Instuctor Bill West', 'bill_west.htm', null],
		['Instuctor Bob West', 'bob_west.htm', null]	
	],
	['SERVICES', null, null,
		['Recitals', 'recitals.htm', null],
		['Seminars', 'seminars.htm', null],
		['Lessons', 'lessons.htm', null]
	],
	['RESOURCES', null, null,
		['Student Login', 'member_login.htm', null],
		['West Brothers Music Blogs', 'blogs.htm', null],
		['Links', 'links.htm', null]
	],
	['INFO', null, null,
		['Get Started', 'get_started.htm', null],
		['Holiday &amp; Break Schedule', 'holidays.htm', null],
		['WebCam Lesson Requirements', 'web_cam_requirements.htm', null]
	],
	['CONTACT US', null, null,
		['Contact Info', 'contact_info.htm', null],
		['Directions', 'directions.htm', null],
		['Amherst, NH Location', 'amherst_facilities.htm', null],
		['Londonderry, NH Location', 'londonderry_facilities.htm', null],
		['Tewksbury, MA Location', 'tewksbury_facilities.htm', null]
	],
];