/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html'],
	['About John', 'about_john.html'],
	['Samples', 'samples.html'],
	['Buy the Book!', 'http://www.atlasbooks.com/marktplc/01951.htm'],
	['Testimonials', 'testimonials.html'],
	['Contact Us', 'contact_us.html']
];
