/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.htm'],
	['Products', 'product-menu.htm', null,
		['LowProfile', 'tps-joslyn-lowprofile.htm'],
		['ST Series', 'total-protection-systems-st-series.htm'],
		['TransTrack', 'transtrack-transient-voltage-protection.htm'],
		['TransTrack 2', 'transtrack-2.htm'],
		['PanelTrack', 'paneltrack-lightning-strike-protection.htm'],
		['LoadTrack', 'loadtrack-tvss.htm'],
		['ComTrack', 'comtrack-surge-protection.htm']
	],
	['Industries', 'industries.htm', null,
		['Industrial', 'industrial-surge-protection.htm'],
		['Water Treatment', 'water-treatment-tvss.htm'],
		['Medical', 'medical-equipment-surge-protection.htm'],
		['Military', 'military-surge-protection.htm'],
		['Fire Alarm/Security', 'fire-alarm-security.htm'],
		['Retrofit', 'retrofit.htm'],
		['Construction/Engineering', 'construction-engineering.htm'],
		['Government', 'government.htm'],
		['OEM', 'oem.htm'],
		['Residential', 'residential-lightning-strike-protection.htm'],
		['Education', 'education.htm']
	],
	['Applications', 'applications.htm', null,
		['Main Service Entrance', 'main-service-entrance.htm'],
		['Distribution Panels', 'distribution-panels.htm'],
		['Branch Panels', 'branch-panels.htm'],
		['Motor Control Centers', 'motor-control-centers.htm'],
		['Critical Load Centers', 'critical-load-centers.htm'],
		['Mission Critical Equipment', 'mission-critical-equipment.htm'],
		['CNC Control Protection', 'cnc-control-protection.htm'],
		['PLC Protection', 'plc-protection.htm'],
		['Security and Fire Alarm', 'security-fire-alarm.htm'],
		['DataCom', 'datacom.htm'],
		['Telecommunications', 'telecommunications.htm']
	],
	['Library', 'library.htm'],
	['About Us', 'about-us.htm', null,
		['Quality & Performance', 'quality-performance.htm'],
		['Maximize Your ROI', 'roi.htm'],
		['Total Protection System', 'total-protection-system.htm', {'bl':150},
			['TPS Drawing', 'tps-large-photo.htm', {'tw':'_blank'}]
		],
		['Leading Warranty', 'warranty.htm']
	],
	['News', 'news.htm'],
	['Contact', 'contact-us.htm']
];
