/* 
	the format of the tree definition file is simple,
	you can find specification in the Tigra Menu documentation at:
	
	http://www.softcomplex.com/products/tigra_tree_menu/docs/index.html#hierarchy
*/

var TREE_ITEMS = [
	['Select Products', 0, 
		['Access Doors', 0,
			['Multi-purpose access door','http://accurate-door.com/products/access_doors.html'],
		],
		['Astragals', 0,
			['ALUMINUM DRIP CAPS','http://accurate-door.com/products/aluminum_drip_caps.html'],
			['ALUMINUM ASTRAGALS','http://accurate-door.com/products/aluminum_astragals.html'],
			['METAL ASTRAGALS','http://accurate-door.com/products/metal_astragals.html'],
			['SPLIT ASTRAGALS','http://accurate-door.com/products/split_astragals.html']
		],
		['Bolts', 0,
			['Flush','http://accurate-door.com/products/flush_bolts.html'],
			['Surface','http://accurate-door.com/products/surface_bolts.html']
		],
		['Catches'],
		['Chain Guards'],
		['Closer Accessories'],
		['Cylinders'],
		['Doors', 0,
			['Aluminum','#'],
			['F.R.P.','#'],
			['Handing Information','#'],
			['Hollow Metal','#'],
			['Insulated (Polystyrene)','#'],
			['Six-Panel','#'],
			['Steel-Stiffened','#'],
			['Wood.','#']
		],
		['Door Bottoms'],
		['Drip Caps'],
		['Electric Strikes'],
		['Electronic Hardware'],
		['Exit Devices'],
		['Exit Device Accessories'],
		['Frames', 0,
			['Adjustable','#'],
			['Borrowed Lite.','#'],
			['Handing Information','#'],
			['Hollow Metal','#'],
			['Redi-Frames','#'],
			['Sidelights','#'],
			['Transoms','#'],
			['Trim Openings','#']
		],
		['Glass'],
		['Hinges', 0,
			['Continuous','#'],
			['Standard & Spring',0,
				['FULL MORTISE PLAIN BEARING','http://accurate-door.com/products/full_morties_plain_bearing.html'],
				['FULL MORTISE BALL BEARING','http://accurate-door.com/products/full_mortise_ball_bearing.html'],
				['UL SPRING – FULL MORTISE NARROW BARREL STYLE','http://accurate-door.com/products/ul_spring_full_mortise_narr.html'],
				['HEAVY WEIGHT BALL BEARING','http://accurate-door.com/products/heavy_weight_ball_bearing.html'],
				['STAINLESS STEEL BALL BEARING','http://accurate-door.com/products/stainless_steel_ball_bearing.html'],
				['SWING CLEAR','http://accurate-door.com/products/swing_clear.html'],
				['FULL MORTISE TRADITIONAL STYLE','http://accurate-door.com/products/full_mortise_traditional_style.html'],
				['HALF SURFACE','http://accurate-door.com/products/half_surface.html'],
				['HALF MORTISE','http://accurate-door.com/products/half_mortise.html']
			],
			['Specialty','#'],
			['Pivots','#']
		],
		['Kick Plates'],
		['Latch Guard Protectors'],
		['Letter Slots'],
		['Lite Kits'],
		['Locksets', 0,
			['Deadbolts','#'],
			['Function Descriptions','#'],
			['Push Button','#'],
			['Standard & Mortise','#']
		],
		['Louvers'],
		['Overhead Stops'],
		['Panic Devices (see Exit Devices)'],
		['Pulls/Pushes'],
		['Rescue Hardware'],
		['Saddles', 0,
			['Aluminum','#'],
			['Rubber','#'],
		],
		['Shop Services', 0,
			['Doors','#'],
			['Electronic preps','#'],
			['Frames','#'],		],
		['Silencers'],
		['Strikes'],
		['Stops'],
		['Sweeps'],
		['Tools', 0,
			['Arbors','#'],
			['Countersinks','#'],
			['Drill Bits','#'],
			['Hand Taps','#'],
			['Hole Saws','#'],
			['Jig Saw / Sawz All Blades','#'],
			['Frames','#']	
		],
		['Track', 0,
			['Bi-Fold / Bi-Pass','#'],
			['Pocket','#']
		],
		['Viewers / Chimes'],
		['Vision Lites'],
		['Weather-Strip']
	]
];
