/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '/index.html', {'tw':'_self','tt':'','sw':'60'}],
	['Calendar', '/calendar.html', {'tw':'_self','tt':''}],
	['Events & Parties', '', {'tw':'_self','tt':''},
		['Summer 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':''}], */
	['Schools / Organizations', '', {'tw':'_self','tt':'','sw':'120'},
		['School Book<br/>Fairs', '/schoolfairs.html', {'tw':'_self','tt':''}],
		['In-Store Book Fairs', '/instore.html', {'tw':'_self','tt':''}],
		['Discounts', '/discounts.html', {'tw':'_self','tt':''}]				
	],
	['Gift Selection<br/>Services', '/gifts.html', {'tw':'_self','tt':'','sw':'100'},
/*		['Gift Selection Service', '/gifts.html', {'tw':'_self','tt':''}],
		['On-Line Ordering', '/order.html', {'tw':'_self','tt':''}], */
	],
	['Mailing<br/>List', '/mailinglist.html', {'tw':'_self','tt':'','sw':'68'}], 
	['Links', '/links.html', {'tw':'_self','tt':'','sw':'60'}],
	['Contact Us', '/contactus.html',  {'tw':'_self','tt':'','sw':'83'}],
];

