var TREE_ITEMS = [
	/*['All Pro Bowling', 'index.html',*/
		['Bowling', 0, 
			['Balls', 0,
				['Brunswick', 'balls_brunswick.html'],
				['Columbia', 'balls_columbia.html'],
				['Hammer', 'balls_hammer.html'],
				['Ebonite', 'balls_ebonite.html'],
				['Track', 'balls_track.html'],
				['Storm', 'balls_storm.html'],
				['Lane Masters', 'balls_lane.html'],
				['Special Order', 'special.html']
			],
			['Shoes', 0,
				['Dexter for Men', 'shoes_dexterm.html'],
				['Linds for Men', 'shoes_lindsm.html'],
				['Dexter for Women', 'shoes_dexterw.html'],
				['Linds for Women', 'shoes_lindsw.html'],
			],
			['Bags', 0, 
				['Brunswick', 'bags_brunswick.html'],
				['Storm', 'bags_storm.html'],
				['KR', 'bags_kr.html']
			],
			['Gloves', 'gloves.html'],
			['Rosin Bags', 'rosin.html'],
			['Accessories', 'misc.html']
		],
		['Darts', 'darts.html'],
		['BilliardsTEST', 'billiards.html'],
		['Close-Out Specials', 'Closeout.asp']
//	]
];
