/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', {'sb':'Back to Home'}],
	['The Company', 'company.htm', {'sb':'The Company'}],
	['Product Info', 'product.htm', {'sb':'Product Information'}],
	['Order Online Now!', 'shopping/catalog/index.php?" target="_blank"/', {'sb':'Order Online Now!'}],
	['Reading The Charts', 'charts.htm', {'sb':'Reading The Charts'}],
	['Reflexology', 'reflexology.htm', {'sb':'About Reflexology'}],
	['FAQS', 'faq.htm', {'sb':'Frequently Asked Questions'}],
	['Testimonials', 'testimonials.htm', {'sb':'Testimonials'}],
	['Warranty', 'warranty.htm', {'sb':'Warranty'}],
	['Dealers', 'dealers.htm', {'sb':'Dealers'}],
	['Contact Us', 'contact.htm', {'sb':'Contact Us'}]
];

