/*
  --- 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&nbsp;&nbsp;&nbsp;', '/index.html'],
	['EBjazz Records', null, null,
		['no boundaries', '/ebjazz-cd5.html'],
		['workin it', '/ebjazz-cd4.html'],
		['lost recordings', '/ebjazz-cd3.html'],
		['the night', '/ebjazz-cd1.html'],
		['quorum', '/ebjazz-cd2.html'],
	],
	['Bands', null, null,
		['calendar', '/calendar.htm'],
		['solo gig', '/solo.html'],
		['quorum', '/quorum.html'],
		['jazz quartet', '/jq.html'],
	],
	['Publications&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;', null, null,
		['the saint-jacome manual', '/publications9.html'],
		['pentatonics &amp; fourths', '/publications8.html'],
		['modern jazz tpt method', '/publications7.html'],
		['tongue level &amp; air', '/publications6.html'],
		['the arban manual', '/publications5.html'],
		['really big songbook', '/publications.html'],
		['combo arrangements', '/publications2.html'],
		['big band arrangements', '/publications4.html'],
		['lesson plan / manuscript', '/publications3.html']
	],
	['Services&nbsp;&nbsp;&nbsp;', null, null,
		['musicNet lessons', '/musicNet/lessons-1.html'],
		['horns r us', '/horns-r-us.html'],
		['studio recording', '/studio-recording.html'],
		['lessons / arranging', '/lessons.html'],
	],
	['Music / Tpt&nbsp;&nbsp;&nbsp;', null, null,
		['music / tpt&nbsp;&nbsp;&nbsp;', '/mandt.html'],
		['eb mouthpieces', '/mouthpieces.html'],
	],
	['Media&nbsp;&nbsp;&nbsp;', null, null,
		['listening room', '/newstuff.html'],
		['samples', '/samples.html'],
		['gallery', '/gallery.html'],
		['videos', '/videos.html'],
	],
	['About', null, null,
		['epk page', '/sonicbid.htm'],
		['resume', '/resume.html'],
		['contact email', 'mailto:eric@bolvinmusic.com'],
	],
        [''],
];


