var TREE_ITEMS = [
	['Home Page','index.html',{'sb':' '},
		['1. The Choir', 'thechoir.html',{'tt':'1. The Choir','sb':' '},
			['1.1 Choir History', 'choirhistory.html',{'tt':'1.1 Choir History','sb':' '},],
],
		['2. News', 'news.html',{'tt':'2. News','sb':' '},],
		['3. People', 'people.html',{'tt':'3. People','sb':' '}],
		['4. Directory/Contact Us', 'directorycontactus.html',{'tt':'4. Directory/Contact Us','sb':' '},],
		['5. Calendar', 'concertcalendar.html',{'tt':'5. Calendar','sb':' '},],
		['6. Photos', ,{'tt':'Click triangle for Choir Photo Albums','sb':' '},
			['Current', 'photoalbum.html',{'tt':'Current','sb':' '},],
			['Archived', 'archivedphotos.html',{'tt':'Archived','sb':' '},],
],
		
		['7. Links', 'links.html',{'tt':'7. Links','sb':' '},],
		['8. Recordings', 'recordings.html',{'tt':'8. Recordings','sb':' '},
			['8.1 Order CD\'s etc.', 'ordercdsetc.html',{'tt':'8.1 Order CD\'s etc.','sb':' '},],
],
		['9. Next Concert', 'nextconcert.html',{'tt':'9. Next Concert','sb':' '},],
		['10. Join Us', ,{'tt':'Click triangle for Choir and Friends Details','sb':' '},
			['Join the Choir', 'joinus.html',{'tt':'Join the Choir','sb':' '},],
			['Join the Friends', 'friends.html',{'tt':'Friends','sb':' '},],
],
		['11. Book Us', 'bookus.html',{'tt':'11. Book Us','sb':' '},],
		['12. Archive', ,{'tt':'Click triangle for archive years','sb':' '},
			['2009', 'archive2009.html',{'tt':'2009 Archive','sb':' '},],
],

]
];