/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '/index.html', {'tw':'_self','tt':'','sw':'192'}],
	['About Us', '', {'tw':'_self','tt':'','sw':'192'},
		['Mission Statement', '/mission.html', {'tw':'_self','tt':'','sw':''}],
		['When To Publications', '/whento.html', {'tw':'_self','tt':'','sw':''}],
		['About the Authors', '/authors.html', {'tw':'_self','tt':'','sw':''}],		
	],	
	['Place an Order', '', {'tw':'_self','tt':'','sw':'192'},
		['Order Books', '/order.html', {'tw':'_self','tt':'','sw':''}],
		['Order Animal Hats', '/merchandise.html', {'tw':'_self','tt':'','sw':''}],
	],	
	['Links', '/links.html', {'tw':'_self','tt':'','sw':'192'}],
	['Contact Us', '/contactus.html', {'tw':'_self','tt':'','sw':'192'}],	
];

