/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', {'sb':'Home'}],
	['Shop Online', 'https://app.qbos.com/store/?QSI=92wn&allowsearch=yes&dept=878', {'sb':'Shop Online'}],
	['Our Products', 'ourpigments.html', {'sb':'Our Products'},
		['Our Pigments', 'ourpigments.html', {'sb':'Our Pigments'}],
		['Pigments Past & Present', 'permanentmakeuppigmentshistory.html', {'sb':'Pigments Past and Present - A Colorful History of Tattoo Pigments'}],
		['Consumer Information', 'consumerinfo.html', {'sb':'Consumer Information'}],
		['Additional Products', 'additionalproducts.html', {'sb':'Additional Products'}],
		['Product FAQs', 'productfaqs.html', {'sb':'Product Frequently Asked Questions'}]		
	],
	['Education', 'education.html', {'sb':'Education'},
		['Testimonials & Success', 'aiictestimonials.html', {'sb':'AIIC Testimonials and Success Stories'}],
		['Class Schedule', 'class_schedule.html', {'sb':'This Years Class Schedule'}],
		['Class Descriptions', 'aiicclasses.html', {'sb':'AIIC Class Descriptions'}],
		['Specialty Class Descriptions', 'aiicspecialty.html', {'sb':'AIIC Specialty Class Descriptions'}],
		['AIIC: A Brief History', 'aiichistory.html', {'sb':'AIIC History'}],
		['AIIC FAQs', 'aiicfaqs.html', {'sb':'AIIC Frequently Asked Questions'}],
		['Find a Master Technician', 'locatemaster.html', {'sb':'Find a Master Technician'}],
		['Find a Certified Instructor', 'locateinstructor.html', {'sb':'Find a Certified Instructor'}]
	],
	['Our Company', 'ourcompany.html', {'sb':'Our Company'},
		['History', 'history.html', {'sb':'Premier Pigments Company History'}],
		['Sandi Hammons', 'sandihammons.html', {'sb':'Sandi Hammons'}],
		['Goal: Safe Practice', 'pigmentscience.html', {'sb':'Goal: Safe Practice'}],
		['Site Map', 'sitemap.html', {'sb':'Site Map'}],
		['Contact Us', 'contact.html', {'sb':'Contact Us'}]
	],
	['News/Media', 'media.html', {'sb':'News/Media'},
		['News/Press Releases', 'news.html', {'sb':'Company News'}],
		['Online Newsletters', 'onlinenewsletters.html', {'sb':'Online Newsletters'}],
		['Links', 'links.html', {'sb':'Links'}]
	]
];
 
