/* Tigra Menu items structure */
var MENU_ITEMS = [
['Home', 'index.html'],	
['Stock & Ordering Info', 'los_angeles_area_fasteners.html'],	
['Product Line', 'shots_pins_zips.html'],
	['Powder Actuated Tools', 'powder_actuated_tools.html'],
	['TEK Screws', 'tek_screws.html'],
	['Tamper-Resistant Fasteners', 'tamper_resistant_fasteners.html',{'sh':35}],
	['Global Sourcing', 'global_sourcing.html'],
	['Plating Details', 'fastener_plating_details.html'],
	['Technical Charts', null, null,
		['Washer Size Chart', 'washer_size_chart.html'],
		['Hole Size Charts', 'hole-size-charts.html'],
		['Bolt Grade Markings', 'bolt_grade_markings.pdf'],
		['Threads per Inch Table', 'threads_per_inch.pdf']
	],
	['Useful Information', 'fastener_information.html'],
	['Quotations', 'san-fernando-valley-nut-bolt-quotes.html'],
	['Forms', null, null,
		['Credit Application', 'creditapp.pdf'],
		['Resale Card', 'resalecard.pdf']
		
	],
	['Support / Contact Info', 'la-area-nuts-bolts-support.html']
];
