/*  
	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_menu/docs/items.html	
*/ 
var TREE_ITEMS = [
	['Products', 'products.php', {'tt' : 'Products', 'sb':'Products'},
		['Browse by Category', null, {'tt' : 'Browse by Category', 'sb' : 'Browse by Category'},
		  			    ['AIR BRAKE', 'products.php?catid=82&mode=cat&ptitle=AIR+BRAKE', {'tt' : 'AIR BRAKE', 'sb' : 'AIR BRAKE'}],
			  			    ['Brake Shoes', 'products.php?catid=257&mode=cat&ptitle=Brake+Shoes', {'tt' : 'Brake Shoes', 'sb' : 'Brake Shoes'}],
			  			    ['Drive Line', 'products.php?catid=282&mode=cat&ptitle=Drive+Line', {'tt' : 'Drive Line', 'sb' : 'Drive Line'}],
			  			    ['Electric Parts', 'products.php?catid=271&mode=cat&ptitle=Electric+Parts', {'tt' : 'Electric Parts', 'sb' : 'Electric Parts'}],
			  			    ['Friction', 'products.php?catid=754&mode=cat&ptitle=Friction', {'tt' : 'Friction', 'sb' : 'Friction'}],
			  			    ['Fuel Injector', 'products.php?catid=291&mode=cat&ptitle=Fuel+Injector', {'tt' : 'Fuel Injector', 'sb' : 'Fuel Injector'}],
			  			    ['Fuel Pump', 'products.php?catid=120&mode=cat&ptitle=Fuel+Pump', {'tt' : 'Fuel Pump', 'sb' : 'Fuel Pump'}],
			  			    ['Heavy Duty Clutch', 'products.php?catid=277&mode=cat&ptitle=Heavy+Duty+Clutch', {'tt' : 'Heavy Duty Clutch', 'sb' : 'Heavy Duty Clutch'}],
			  			    ['Hydraulic Clutch', 'products.php?catid=75&mode=cat&ptitle=Hydraulic+Clutch', {'tt' : 'Hydraulic Clutch', 'sb' : 'Hydraulic Clutch'}],
			  			    ['Ignition Coil', 'products.php?catid=289&mode=cat&ptitle=Ignition+Coil', {'tt' : 'Ignition Coil', 'sb' : 'Ignition Coil'}],
			  			    ['Oil Seals', 'products.php?catid=251&mode=cat&ptitle=Oil+Seals', {'tt' : 'Oil Seals', 'sb' : 'Oil Seals'}],
			  			    ['Steering', 'products.php?catid=747&mode=cat&ptitle=Steering', {'tt' : 'Steering', 'sb' : 'Steering'}],
			  			    ['Suspention Parts', 'products.php?catid=280&mode=cat&ptitle=Suspention+Parts', {'tt' : 'Suspention Parts', 'sb' : 'Suspention Parts'}],
			            
		],
		['Browse by Brands', null,{'tt' : 'Browse by Brands', 'sb' : 'Browse by Brands'},
		  			      ['BOSCH', 'products.php?bid=&mode=brand&ptitle=BOSCH', {'tt' : 'BOSCH', 'sb' : 'BOSCH'}],
			    			      ['BUFFALO', 'products.php?bid=&mode=brand&ptitle=BUFFALO', {'tt' : 'BUFFALO', 'sb' : 'BUFFALO'}],
			    			      ['BULL', 'products.php?bid=&mode=brand&ptitle=BULL', {'tt' : 'BULL', 'sb' : 'BULL'}],
			    			      ['GAMMA', 'products.php?bid=&mode=brand&ptitle=GAMMA', {'tt' : 'GAMMA', 'sb' : 'GAMMA'}],
			    			      ['MSI', 'products.php?bid=&mode=brand&ptitle=MSI', {'tt' : 'MSI', 'sb' : 'MSI'}],
			    			      ['ROCHESTER', 'products.php?bid=&mode=brand&ptitle=ROCHESTER', {'tt' : 'ROCHESTER', 'sb' : 'ROCHESTER'}],
			    			      ['SAP', 'products.php?bid=&mode=brand&ptitle=SAP', {'tt' : 'SAP', 'sb' : 'SAP'}],
			    			      ['VISTEON', 'products.php?bid=&mode=brand&ptitle=VISTEON', {'tt' : 'VISTEON', 'sb' : 'VISTEON'}],
			    			      ['WALBRO', 'products.php?bid=&mode=brand&ptitle=WALBRO', {'tt' : 'WALBRO', 'sb' : 'WALBRO'}],
			     	  		  
		],
	    ['Search', 'search.php', {'tt' : 'Search', 'sb' : 'Search', 'i0' : '/content/styles/tigra/tree/search.gif',
																	  'i4'  : '/content/styles/tigra/tree/search.gif',
																	  'i8'  : '/content/styles/tigra/tree/search.gif',
																	  'i12'  : '/content/styles/tigra/tree/search.gif',
																	  'i64'  : '/content/styles/tigra/tree/search.gif',
																	  'i68'  : '/content/styles/tigra/tree/search.gif',
																	  'i72'  : '/content/styles/tigra/tree/search.gif',
																	  'i76'  : '/content/styles/tigra/tree/search.gif'
																		}]
	]
];
