/*
  --- 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', 'index.htm'],
  ['Products', null, null,
	['<img src="image/new.gif" border="0"> <b>Fiddle Favorites</b>', 'pr-fav_fiddle.htm'],
	['<img src="image/new.gif" border="0"> <b>Techinique for Guitar</b>', 'pr-tech.htm'],
	['<img src="image/new.gif" border="0"> <b>Celtic Guitar</b>', 'pr-celticguitar.htm'],
	['<img src="image/new.gif" border="0"> <b>A Fiddle and a Bow</b>', 'pr-fiddlebow.htm'],
	['<img src="image/new.gif" border="0"> <b>Olde Tyme Voyage</b>', 'pr-voyage.htm'],
	['<b>50 Tunes</b>', null, null],
	['&nbsp;&nbsp;» 50 Tunes Vol. 1','pr-50tunes.htm'],
	['&nbsp;&nbsp;» Basic Training Books','pr-basic.htm'],
	['&nbsp;&nbsp;» RTracks','pr-rtracks.htm'],
	['&nbsp;&nbsp;» Weekly Practice Log','pr-logs.htm'],
	['<b>Other Products</b>', null, null,],
    ['&nbsp;&nbsp;» Guitar Trios', 'pr-guitartrio.htm'],
    ['&nbsp;&nbsp;» 20 Bluegrass Standards', 'pr-20bluegrass.htm'],
    ['&nbsp;&nbsp;» 20 Celtic Songs', 'pr-20celtic.htm'],
    /*['&nbsp;&nbsp;» Hymns CDs', 'pr-hymns.htm'],*/
    ['&nbsp;&nbsp;» 50 Tunes for Piano', 'pr-50piano.htm'],
    ['&nbsp;&nbsp;» 10 Celtic Songs', 'pr-10celtic.htm'],
    ['&nbsp;&nbsp;» 10 Bluegrass Songs', 'pr-10bluegrass.htm'],
    ['<b>Sheet Music</b>', null, null,],
    ['&nbsp;&nbsp;» Hymn Arrangements', 'pr-hymnarrange.htm'],
     ['&nbsp;&nbsp;» Fiddling', 'pr-fiddling.htm'],
   ['&nbsp;&nbsp;» Fiddling - String Quartet', 'pr-fiddlestring.htm'],
    ['<b>Shopping Links</b>', null, null,],
    ['&nbsp;&nbsp;» Mel Bay', 'http://www.melbay.com/product.asp?productid=99938BCD'],
    ['&nbsp;&nbsp;» Sheet Music Plus', 'http://sheetmusicplus.com/store/smp_detail.html?cart=33358135765741082&item=5445109']
  ],
  ['Free Stuff', null, null,
		['<b>Free Songs/Tunes</b>', 'fr-freesong.htm'],
		['<b>50 Tunes Banjo Parts</b>', 'fr-50banjo.htm'],
		['<b>50 Tunes Guitar Notation</b>', 'fr-50guitar.htm'],
		['<b>50 Tunes Lyrics</b>', 'fr-50lyrics.htm'],
		['<b>50 Tunes Additional Parts</b>', 'fr-50add.htm'],
		['&nbsp;&nbsp;» Mandolin', 'fr-50add.htm#mandolin'],
		['&nbsp;&nbsp;» Guitar', 'fr-50add.htm#guitar'],
		['&nbsp;&nbsp;» Bass', 'fr-50add.htm#bass'],
		['&nbsp;&nbsp;» Fiddle', 'fr-50add.htm#fiddle'],
		['&nbsp;&nbsp;» Banjo', 'fr-50add.htm#banjo'],
		['<b>50 Tunes Piano Samples</b>', 'pr-50pianoaudio.htm'],
		['<b>RTracks</b>', 'pr-rtracks.htm#free'],
		['<b>Fiddling - String Quartet</b>', 'fr-fiddlestring.htm'],
		['<b>Staff/Tab Templates</b>', 'fr-stafftab.htm']
	],
	['Teachers/Students', null, null,
		['&nbsp;&nbsp;» Suzuki', 'mt-suzuki.htm'],
		['&nbsp;&nbsp;» Violin/Viola', 'mt-violinviola.htm'],
		['&nbsp;&nbsp;» Piano', 'mt-piano.htm'],
		['&nbsp;&nbsp;» Brass & Woodwind', 'mt-brass.htm'],
		['&nbsp;&nbsp;» Banjo', 'mt-banjo.htm'],
		['&nbsp;&nbsp;» Bass', 'mt-bass.htm'],
		['&nbsp;&nbsp;» Fiddle', 'mt-fiddle.htm'],
		['&nbsp;&nbsp;» Guitar', 'mt-guitar.htm'],
		['&nbsp;&nbsp;» Mandolin', 'mt-mandolin.htm']
	],
	['Links', null, null,
		['<b>Live Music</b>', null, null,],
		['&nbsp;&nbsp;» The Geslisons', 'http://www.instituteofamericanmusic.com/geslison'],
		['&nbsp;&nbsp;» The Cluffs', 'http://www.instituteofamericanmusic.com/cluff'],
		['&nbsp;&nbsp;» Cold Creek', 'http://www.instituteofamericanmusic.com/coldcreek'],
		['&nbsp;&nbsp;» Lincoln Highway', 'http://www.instituteofamericanmusic.com/lhcc'],
		['<b>Shopping Links</b>', null, null,],
		['&nbsp;&nbsp;» Lark in the Morning', 'http://larkinthemorning.com/search.asp?t=ss&ss=50+tunes&x=11&y=11'],
		['&nbsp;&nbsp;» Janet Davis Music', 'http://www.janetdavismusic.com/newbooks.html'],
		['&nbsp;&nbsp;» Mel Bay', 'http://www.melbay.com/'],
		['&nbsp;&nbsp;» Sheet Music Plus', 'http://www.sheetmusicplus.com'],
		['<b>Other Links</b>', null,null],
		['&nbsp;&nbsp;» MusicIntheHome.org', 'http://www.musicinthehome.org'],
		['&nbsp;&nbsp;» IAM Newsletter', 'newsletter.htm'],
		['&nbsp;&nbsp;» IAM Calendar', 'newsletter/calendar.htm']
	],
  ['About Us', null, null,
    ['<b>Who Are We?</b>', 'aboutus.htm#who'],
    ['<b>Contact Us</b>', 'aboutus.htm#contact']
  ],
];

