/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.htm', {'sb':'Home'}],
	['Products', null, {'sb':'Select Product'},
		['Private Labeling', 'design/index.html', {'tw':'_blank','sb':'Private Labeling'}],
		['Bottle Spring Water', 'bottled_water.html', {'sb':'Spring Water'}],
		['Coolers and Accessories', 'coolers.htm', {'sb':'Home or Business Coolers'}],
		['Filtration and Accessories', 'filters.htm', {'sb':'Home or Business Filtration Systems'}],
		['True Lemon / Lime', null, {'sb':'All Natural Lemon/Lime Additive'}]
	],
	['Private Label', 'design/index.html', {'tw':'_blank','sb':'Private Label'}],
	['Delivery Info', 'delivery.htm', {'sb':'Routing Information'}],
	['All About', null, null,
		['Flamboro Springs', 'about%20us.htm', {'sb':'About Flamboro Springs'}],
		['Bottled Water', 'aboutbottledwater.htm', {'sb':'About Bottled Water'}],
		['Spring Water', 'springwater.htm', {'sb':'About Spring Water'}],
		['Distilled Water', 'distilledwater.htm', {'sb':'About Distilled Water'}],
		['Bottling Process', 'bottling.htm', {'sb':'About the Bottling Process'}],
		['Interesting Water Facts', 'interestingfacts.htm', {'sb':'Some Interesting Water Facts'}]
	],
	['FAQ\'s', 'faqs.htm', {'sb':'Frequently Asked Questions'}],
	['Contact Us', 'design/Contact_Us.html', {'sb':'Contact Us'}]
];
