/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '/index.html', {'tw':'_self','tt':''}],
	['Calendar', '/calendar.html', {'tw':'_self','tt':''}],
	['Events & Parties', '', {'tw':'_self','tt':''},
		['Summer<br/>Camp', '/camps.html', {'tw':'_self','tt':''}],	
		['Kid Parties', '/parties.html', {'tw':'_self','tt':''}],
/*		['Grand Opening', '/grandopening.html', {'tw':'_self','tt':''}], */
	],
	['Buy Online', 'http://shop.bis4books.com', {'tw':'_blank','tt':''}],	
/*	['Special Services', '/services.html', {'tw':'_self','tt':''}], */
	['Special Services', '', {'tw':'_self','tt':''},
		['Gift Selection Service', '/gifts.html', {'tw':'_self','tt':''}],
/*		['On-Line Ordering', '/order.html', {'tw':'_self','tt':''}], */
	],
	['Mailing List', '/mailinglist.html', {'tw':'_self','tt':''}], 
	['Links', '/links.html', {'tw':'_self','tt':''}],
	['Contact Us', '/contactus.html', {'tw':'_self','tt':''}],
];

