/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '/index.html', {'tw':'_self','tt':'','sw':'80'}],
	['How it Works', '', {'tw':'_self','tt':'','sw':'110'},
		['Painting', '/painting.html', {'tw':'_self','tt':''}],
		['Hand Building', '/handbuilding.html', {'tw':'_self','tt':''}],
		['Throwing on a Wheel', '/classes.html', {'tw':'_self','tt':''}]
],
	['Parties', '', {'tw':'_self','tt':'','sw':'90'},
		['Birthdays', '/birthdays.html', {'tw':'_self','tt':''}],
		['Showers', '/showers.html', {'tw':'_self','tt':''}]
],
	['Fund Raising', '/fundraising.html', {'tw':'_self','tt':'','sw':'115'}],
	['Corporate', '/corporate.html', {'tw':'_self','tt':'','sw':'90'}],
	['Calendar', '/calendar.html', {'tw':'_self','tt':'','sw':'90'}],
	['Join Our List', '/mailinglist.html', {'tw':'_self','tt':'','sw':'115'}],
	['Classes', '', {'tw':'_self','tt':'','sw':'90'},
		['After School Programs', '/afterschool.html', {'tw':'_self','tt':''}],	
		['Mosaic Classes', '/classes-mosaic.html', {'tw':'_self','tt':''}],
		['Glass Fusion Classes', '/classes-fusion.html', {'tw':'_self','tt':''}],		
		['Glass Classes', '/glassclass.html', {'tw':'_self','tt':''}],
		['Pottery Classes', '/classes.html', {'tw':'_self','tt':''}],
		['Summer Camps', '/kidscamps.html', {'tw':'_self','tt':''}], 
		['Scouting Events', '/scouting.html', {'tw':'_self','tt':''}]
],
	['Pix & Stuff', '',{'tw':'_self','tt':'','sw':'110'},
		['Photo Gallery', '/photos.html',{'tw':'_self','tt':''}],
		['Glossary', '/glossary.html',{'tw':'_self','tt':''}]
],
	['Contact Us', '/contactus.html', {'tw':'_self','tt':'','sw':'100'}],
];
