/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', {'tw':'_self','tt':'','sw':'125'}],
	['About Us','aboutus.html', {'tw':'_self','tt':'','sw':'149'}],
	['Machines','machines.html', {'tw':'_self','tt':'','sw':'150'}],		
	['Community', '#', {'tw':'_self','tt':'','sw':'160'},
		['35th Anniversary', 'anniversary.html', {'tw':'_self','tt':'','sw':'126'}],
		['Hamburg BurgerFest', 'http://www.facebook.com/photo.php?pid=4672731&id=57881643598&fbid=417963828598', {'tw':'_self','tt':'','sw':'126'}],
		['Staub Square', 'http://www.staubsquare.com', {'tw':'_blank','tt':'','sw':'126'}]
	],		
	['Contact Us', 'contactus.html', {'tw':'_self','tt':'','sw':'160'}],
];
