/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '/index.php', {'sw':60}],
	['Using Vinfinity', '/instructions/using.php', {'sw':110,'bt':20}],
	['Profit Impact', '/calculator/wine-spoilage-calculator.php', {'sw':100}],
	['Technical Specs', '/specifications/specs.php', {'sw':120}],
	['Testimonials', '/testimonials/reviews.php', {'sw':100}],
	['About Us', '/about/about.php', {'sw':80}],
	['Contact Us', '/contact/contact.php', {'sw':100}]
];

