﻿/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', {'bw':128,'bt':25},
		['Links', 'links.html', {'sb':'Manufacturer Links','sh':30}],
		['Contact Us', 'ContactUs.html'],
		['Mailing List', 'MailingList.html'],
		['Press Releases', 'News.html']
	],
	['Showrooms', 'showrooms.html', {'sb':'Our Showrooms'}],
	['Customer Service', 'customerservice.html'],
	['Parts', 'parts.html'],
	['Tech Tips', 'TechTips.html', null,
		['Manually Adjusting Slack Adjusters', 'TechTips/NTSB_SlackAdjusters.html', {'tw':'_blank','sb':'New Window'}],
		['Phillips Pin Plugs', 'TechTips/PhillipsPlugPins.html', {'tw':'_blank','sb':'New Window'}],
		['Phillips Socket Pins', 'TechTips/PhillipsSocketPins.html', {'tw':'_blank','sb':'New Window'}],
		['Spindal Wear -Qestion', 'TechTips/Question-SpindleWear.html', {'tw':'_blank','sb':'New Window'}],
		['Spindle Wear - Article', 'TechTips/Article-SpindleWear.html', {'tw':'_blank','sb':'New Window'}],
		['IMT Spindle Wear - PDF', 'TechTips/SPINDLE WEAR.PDF', {'tw':'_blank','sb':'New Window'}]
	],
	['Monthly Specials', 'Specials.html', null,
		['More Specials', '', {'tw':'_blank','sb':'PDF File Format'}]
	],
	['Location Maps', 'LocationMaps.html', null,
		['Chatham', 'popups/ChathamMap.html', {'tw':'_blank','sb':'New Window'}],
		['Comber', 'popups/ComberMap.html', {'tw':'_blank','sb':'New Window'}],
		['Sarnia', 'popups/SarniaMap.html', {'tw':'_blank','sb':'New Window'}]
	],
];

