/*
  --- 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.html', {'sb': 'Home Page'},
	],
	['About Us', null, null,
		['The Company', 'aboutus.html'],
		['Stan Zabka', 'stan.html'],
		['Nancy Zabka', 'nancy.html'],
		['Guy Zabka', 'guy.html'],
		['William Zabka', 'william.html'],
	],	
	['We Offer', null, null,
		['Recordings', null, null,
			['Christmas Favorites', null,  null,
				['Santa Got Stuck In The Chimney', 'santa.html'],
				['Christmas Eve In My Home Town', 'christmaseve.html'],
				['(Christmas Time) Chimes ', 'christmaschimes.html'],
			],
			['Television Themes', null, null,
				['Tonight Show & Other Themes', 'paris_strings.html'],
				['NBC Sports Theme','nbctheme.html'],
				['Super Bowl I Opening', 'superbowl.html'],
			],
			['Childrens Favorites', null, null,
				['Eustace, The Useless Rabbit', 'eustace.html'],
				['Santa Got Stuck In The Chimney', 'santa.html'], 
			],
			['Love Songs',null,null,
				['Wedding Song', 'weddingsong.html'],
				['Searching Wind', 'searchingwind.html']
			],
		],
		['Sheet Music', null, null,
			['Chimes (Tonight Show Theme)', 'sm_chimespiano.html'],
			['Chimes (Marching Band)', 'sm_marchingband.html'],
			['Kate Smith, Christmas Favorite', 'sm_christmaseve.html'],
			['Wedding Song (Organ/Voice)','sm_ttmh_organ.html'],
			['Wedding Song (Piano/Voice)','sm_ttmh_piano.html'],
		],
		['Television', null, null,
			['Game Show', 'instantrecall.html'],
			['Childrens Specials', null, null,
				['Eustace, The Useless Rabbit', 'tv_eustace.html'],
				['Santa Got Stuck In The Chimney', 'tv_santa.html'],
			],
		],
		['Films', null, null,
			['And They Were Five', 'andtheywerefive.html'],
		],
		['Book', null, null,
			['Desire The Kingdom', 'book.html'],
			['Book Reviews', 'reviews.html'],
		],
	],
	['Contact Us', null, null,
		['E-mail', 'mailto: bim@nccn.net?subject=Contact from Website'],
	],
	['Songwriter Tips', 'guy.html#Cant get enough songwriter interviews?'
	],
	['Links', null, null,
		['www.christmasclassics.com', 'http://www.christmasclassics.com'],
		['www.songexp.com', 'http://www.songexp.com'],
	],
];

