﻿/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Corporate Apparel', 'corp.html', null,
		['Bags', 'bags.html'],
		['Fleece', 'fleece.html'],
		['Golf', 'golf.html'],
		['Hats', 'hats.html'],
		['Jackets', 'jacket.html'],
		['Technical / Sport', 'techsport.html'],
		['Wovens', 'woven.html']
	],
	['Casual Wear', 'casual.html', null,
		['Hats', 'hats.html'],
		['Fleece', 'fleece.html'],
		['Ladies', 'ladies.html'],
		['Sweatshirts', 'sweats.html'],
		['Technical / Sport', 'techsport.html'],
		['Tshirts', 'ts.html']
	],
	['Athletic Wear', 'athletic.html', null,
		['Basketball', 'basketball.html'],
		['Baseball', 'baseball.html'],
		['Field Hock./Lacrosse', 'fhocklac.html'],
		['Football', 'football.html'],
		['Hockey', 'hockey.html'],
		['Rugby', 'rugby.html'],
		['Soccer', 'soccer.html'],
		['Technical / Sport', 'techsport.html'],
		['Track', 'track.html'],
		['Tracksuits', 'tracksuits.html'],
		['Volleyball', 'volleyball.html']
	],
	['Work Wear', 'work.html', null,
		['Coveralls', 'coverall.html'],
		['Flame Resistant', 'flameres.html'],
		['Hoodies', 'hoods.html'],
		['Jackets', 'jacket.html'],
		['Pants', 'pants.html'],
		['Shirts', 'shirts.html'],
		['Vests', 'vest.html']
	],
	['Promotional Items', 'promo.html', null,
		['Bags', 'bags.html'],
		['Coolers', 'cooler.html'],
		['Drinkware', 'drink.html'],
		['Gifts', 'gifts.html'],
		['Golf', 'golf.html'],
		['Hats', 'hats.html'],
		['Health & Home', 'healhome.html'],
		['Leisure / Travel', 'leistrav.html'],
		['Pens', 'pens.html'],
		['Stationary', 'stationary.html'],
		['Technology', 'techno.html'],
		['Watches', 'watches.html']
	],
	['Product Search', 'http://beast.promocan.com/Products.htm', {'tw':'_blank'}],
	['Embroidery', 'embroid.html'],
	['Screen Printing', 'screen.html'],
	['About Us', 'about.html'],
	['Contact', 'contact.html']
];

