/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '/index.html', {'tw':'_self','tt':'','sw':'76'}],
	['About Us', '', {'tw':'_self','tt':'','sw':'96'},
		['Our Story', '/ourstory.html', {'tw':'_self','tt':'','sw':'199'}],
		['About the Author', '/lundy.html', {'tw':'_self','tt':'','sw':'199'}],
		['About the Cookbook', '/cookbook.html', {'tw':'_self','tt':'','sw':'199'}],
		['Consulting and Speaking', '/consulting.html', {'tw':'_self','tt':'','sw':'120'}],		
		['Support Lisa\'s Vision', '/vision.html', {'tw':'_self','tt':'','sw':'200'}],
		['Copyright and<br/>Intellectual Property', '/copyright.html', {'tw':'_self','tt':'','sw':'200'}],
		['Privacy Policy', '/privacy.html', {'tw':'_self','tt':'','sw':'120'}]		
	],	
	['Buy', '', {'tw':'_self','tt':'','sw':'58'},	
		['Buy a Cookbook', '/buycookbook.html', {'tw':'_self','tt':'','sw':'199'}],
		['Store Locator', '/locator.html', {'tw':'_self','tt':'','sw':'199'}],
		['Buy Gluten-Free Gift Bags', '/buygiftbags.html', {'tw':'_self','tt':'','sw':'199'}],
		['Buy Shirts and Bags', '/products.html', {'tw':'_self','tt':'','sw':'199'}],
		['Buy Note Cards', '/cards.html', {'tw':'_self','tt':'','sw':'199'}],
		['Register for Seminars', '/seminars.html', {'tw':'_self','tt':'','sw':'199'}],
		['Product List', '/productlist.html', {'tw':'_self','tt':'','sw':'199'}]
	],
	['Recipes', '', {'tw':'_self','tt':'','sw':'86'},
		['Recipes', '/recipes.html', {'tw':'_self','tt':'','sw':'90'}],
		['Baking Videos', '/videos.html', {'tw':'_self','tt':'','sw':'90'}]
	],	
	['Resources', '', {'tw':'_self','tt':'','sw':'108'},
		['Media Kit', '/mediakit.html', {'tw':'_self','tt':'','sw':'199'}],
		['News Releases', '/press.html', {'tw':'_self','tt':'','sw':'199'}], 
		['Papers, Articles and Videos', '/articles.html', {'tw':'_self','tt':'','sw':'199'}], 
		['Public Appearances', '/appearances.html', {'tw':'_self','tt':'','sw':'200'}],
		['Register for Seminars', '/seminars.html', {'tw':'_self','tt':'','sw':'199'}],
		['Links', '/links.html', {'tw':'_self','tt':'','sw':'125'}],
		['Store Locator', '/locator.html', {'tw':'_self','tt':'','sw':'199'}],
		['Search', '/search.html', {'tw':'_self','tt':'','sw':'125'}]
	],
	['Testimonials', '/testimonials.html', {'tw':'_self','tt':'','sw':'124'}],
	['Lisa\'s Blog', 'http://thesuperallergygirl.typepad.com/the_super_allergy_girl_bl/', {'tw':'_blank','tt':'','sw':'110'}],
	['Mailing List', '/mailinglist.html', {'tw':'_self','tt':'','sw':'120'}],
	['Contact Us', '/contactus.html', {'tw':'_self','tt':'','sw':'110'}],
];

