/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['Information', null, null,
		['HOME', 'http://www.domestic-preparedness.com'],
		['Repairs', 'http://www.argus-hazco.com/'],
		['Locations', 'http://www.argus-hazco.com/locations.html'],
		['Contact Us', 'http://www.argus-hazco.com/contact-us.html'],
	],
	['Fire Service', null, null,
	['Aerosol Monitoring', null, null,
			['Air Monitoring Equipment', 'http://argus-hazco.com/air-section/air-monitoring/index.html'],
			['Air Sampling Equipment', 'http://argus-hazco.com/air-section/air-sampling/index.html'],
			['Air Sampling Hand Pumps', 'http://argus-hazco.com/air-section/air-sampling-hand-pumps/index.html'],
			['Indoor Air Quality', 'http://argus-hazco.com/air-section/indoor-air-quality/index.html'],
			['Velocity Meters', 'http://argus-hazco.com/air-section/velocity-meters/velocicalc-velocity-meters.htm'],
	],
	 	['Thermal Imaging', 'http://www.domestic-preparedness.com/fire-service/thermal-imaging.html'],
		['Personal Protective', 'http://www.domestic-preparedness.com/fire-service/PPE/index.html'],
		['Turnout Gear', 'http://www.domestic-preparedness.com/fire-service/turnout-gear.html'],
		['Firefighting Equipment', 'http://www.domestic-preparedness.com/fire-service/index.html'],
		['Wildland Firefighting', 'http://www.domestic-preparedness.com/fire-service/wildland-firefighting.html'],
		['Extrication Gear', 'http://www.domestic-preparedness.com/fire-service/extrication-gear.html'],
		['Ventilation', 'http://www.domestic-preparedness.com/fire-service/firefighting/ventilation-generators.html'],
		['Generators', 'http://www.domestic-preparedness.com/fire-service/generators.html'],
		['On-Duty Equipment', 'http://www.domestic-preparedness.com/fire-service/on-duty-misc.htm'],
		['Storage Cases', 'http://www.domestic-preparedness.com/fire-service/storage-cases.htm'],
		['Lighting', 'http://www.domestic-preparedness.com/fire-service/lights.html'],
	],
	['First Responder', null, null,
		['Incident Command', 'http://www.domestic-preparedness.com/first-responder/incident-command.htm'],
		['Decontamination', 'http://www.domestic-preparedness.com/first-responder/decontamination.htm'],
		['First Aid/Medical', 'http://www.domestic-preparedness.com/first-responder/firstaid-medical.htm'],
		['Traffic Control', 'http://www.domestic-preparedness.com/first-responder/traffic-control.html'],
	],
	['Respiratory', null, null,
		['SCBA & Accessories', 'http://www.domestic-preparedness.com/respiratory/SCBA/index.html'],
		['Supplied Air Supply (SAR)', 'http://www.domestic-preparedness.com/respiratory/SAR/index.html'],
		['Powered Air Purifying (PAPR)', 'http://www.domestic-preparedness.com/respiratory/PAPR/index.html'],
		['Tactical Facepieces', 'http://www.domestic-preparedness.com/respiratory/tactical-facepieces/index.html'],
		['Fit & Flow Testing', 'http://www.domestic-preparedness.com/respiratory/fit-testing/index.html'],
		['Breathing Air Systems', 'http://www.domestic-preparedness.com/respiratory/breathing-air-systems/index.html'],
	],
	['HAZMAT', null, null,
		['Detection Instrumentation', 'http://www.domestic-preparedness.com/HAZMAT/hazmat-instrumentation.html'],
		['Chemical Identification', 'http://www.domestic-preparedness.com/HAZMAT/chemical-identification.html'],
		['Personal Protection', 'http://www.domestic-preparedness.com/HAZMAT/personal-protection/index.html'],
		['Spill Control', 'http://www.domestic-preparedness.com/HAZMAT/spill-control.htm'],
	],
	['Rescue', null, null,
		['Extraction Equipment', 'http://www.domestic-preparedness.com/rescue/extrication-equipment.html'],
		['Technical Rescue', 'http://www.domestic-preparedness.com/rescue/technical-rescue.html'],
		['Confined Space', 'http://www.domestic-preparedness.com/rescue/confined-space.html'],
		['Water Rescue', 'http://www.domestic-preparedness.com/rescue/water-rescue.html'],
	],
];


