/* Tigra Menu items structure */
var MENU_ITEMS = [
	['News', 'news.htm', {'tw':'_self'},
		['Current', 'news.htm', {'tw':'_self'}],
		['Past', 'pastnews.htm', {'tw':'_self'}],
		['Birthdays', 'bdays.htm', {'tw':'_self'}]
	],
	['Pictures', 'http://dneff.110mb.com/piclist.htm', {'tw':'_self'},
		['WSU', 'http://dneff.110mb.com/pf_wsu.htm', {'tw':'_self'}],
		['Joshi Center', 'http://dneff.110mb.com/pf_joshi.htm', {'tw':'_self'}],
		['Home', 'http://dneff.110mb.com/pf_home.htm', {'tw':'_self'}],
		['Other', 'http://dneff.110mb.com/pf_others.htm', {'tw':'_self'}]
	],
	['Poetry', 'poem.htm', {'tw':'_self'}],
	['Music', 'interestlist.htm', {'tw':'_self'},
		['WSU Men\'s Chorale', 'wsumc.htm', {'tw':'_self'},
			['Home', 'wsumc.htm', {'tw':'_self'}],
			['Chorale Pictures', 'wsumcpic.htm', {'tw':'_self'}],
			['Workshop Pics 1', 'wsumcwksp.htm', {'tw':'_self'}],
			['Workshop Pics 2', 'wsumcwksp2.htm', {'tw':'_self'}],
			['Workshop Pics 3', 'wsumcwksp3.htm', {'tw':'_self'}],
			['Workshop Pics 4', 'wsumcwksp4.htm', {'tw':'_self'}]
		],
		['Organ', 'http://dneff.110mb.com/organ.htm', {'tw':'_self'}],
		['GHS Vocal Music', 'ghsvmp.htm', {'tw':'_self'}]
	],
	['Studystuff', 'http://dneff.110mb.com/studylist.htm', {'tw':'_self'}],
	['Sci-fi', 'interestlist.htm', {'tw':'_self'},
		['Star Trek', 'st.htm', {'tw':'_self'}],
		['Babylon 5', 'b5.htm', {'tw':'_self'}],
		['Dune', 'dune.htm', {'tw':'_self'}],
		['Farscape', 'fs.htm', {'tw':'_self'}],
		['Star Wars', 'sw.htm', {'tw':'_self'}],
		['Homemade Creation', 'schoolw.htm', {'tw':'_self'}]
	],
	['Friends', 'friendlist.htm', {'tw':'_self'}],
	['Links', 'linklist.htm', {'tw':'_self'}],
	['Games', 'i/n/neat.htm', {'tw':'_blank'}],
	['Sitemap', 'mappage.htm', {'tw':'_self'}]
];
