/* Tigra Menu items structure 1-116, 7-120 */
var MENU_ITEMS = [
	['Home', '/index.html', {'tw':'_self','tt':'','sw':'106px'}],
	['Specials', '/specials.html', {'tw':'_self','tt':'','sw':'106px'}],
	['Products', '', {'tw':'_self','tt':'','sw':'106px'},
		['Stihl', 'http://www.stihldealer.net/default-dealer-016088.aspx', {'tw':'_blank','tt':'Chainsaws and other great power tools'}],
		['Weber', 'http://www.weber.com/', {'tw':'_blank','tt':'Grills, grills, grills'}],
		['Scott\'s', 'http://www.scotts.com', {'tw':'_blank','tt':'High-end lawn care'}],
		['Toro', 'http://www.toro.com/locator/locator.cgi?productcategory=walk;zip=14127;service_type=sales;recordcount=10;x=25;y=3&distribid=2359682', {'tw':'_blank','tt':'Snowthrowers and lawn mowers'}],
		['Furniture', 'http://www.arthurshomefurnishings.com', {'tw':'_blank','tt':''}],
	],
	['History', '/history.html', {'tw':'_self','tt':'','sw':'106px'}],
	['Our Team', '/team.html', {'tw':'_self','tt':'','sw':'106px'}],
/*	['Community', '', {'tw':'_self','tt':'Arthur\'s is very active in the Orchard Park community'},
			['Celebrating 100 years!', '100years.html', {'tw':'_self','tt':'Come celebrate our first 100 years!'}],
			['Community Events Calendar', 'calendar.html', {'tw':'_self','tt':'Come celebrate our first 100 years!'}],
	],*/
	['Mailing List', '/joinlist.html', {'tw':'_self','tt':'','sw':'106px'}],
	['Links', '/links.html', {'tw':'_self','tt':'','sw':'106px'}],
	['Services', '', {'tw':'_self','tt':'','sw':'106px'}, 
		['Service Calls', '/servicecalls.html', {'tw':'_self','tt':'Schedule a service call on your mower, thrower, or power tool'}], 
		['UPS Shipping', '/ups.html', {'tw':'_self','tt':'We are an authorized UPS shipping hub'}],
	],	
	['Contact Us', '/contactus.html', {'tw':'_self','tt':'','sw':'106px'}],
];


