/*
  --- 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.
  
  Modified by David West 2004
*/
var MENU_ITEMS = [
	['HOME', 'index.htm', null],
	['ABOUT US', 'about_us.htm', null,
		['ENGINEERING', 'engineering.htm', null],
		['MANUFACTURING', 'manufacturing.htm', null]
		//['SUB MENU 3', '#', null],
		//['SUB MENU 4', '#', null],
		//['SUB MENU 5', '#', null],
		//['SUB MENU 6', '#', null]
	],
	['CATALOG', 'catalog.htm', null,
		//['SUB MENU 1', '#', null],
		//['SUB MENU 2', '#', null],
		//['SUB MENU 3', '#', null],
		//['SUB MENU 4', '#', null],
		//['SUB MENU 5', '#', null],
		//['SUB MENU 6', '#', null]		
	],
	['PRODUCTS', 'products.htm', null,
		['THERMOCOUPLES & TEMPERATURE SENSORS', 'products_index_thermocouples.htm', null],
		['DIGITAL INSTRUMENTS & MEASURING DEVICES', 'products_index_digital.htm', null],
		['INDUSTRIAL WEATHER INSTRUMENTS', 'weather/index.php?p=home', null],
		['WEATHER STATIONS', 'http://www.onetreeknoll.com', null]

			//['THERMOCOUPLES', '#', null],
			//['FOR THE HOBBYIST', '#', null],
			//['RTD\'S (PLATINUM RESISTANCE DETECTORS)', '#', null],
			//['INSTRUMENTS', '#', null],
			//['PROTECTION TUBES', '#', null],
			//['THERMOWELLS', '#', null],
			//['SURFACE TEMPERATURE PROBES', '#', null],
			//['THERMOMETERS (ALL TYPES)', '#', null],
			//['ACCESSORIES', '#', null],
			//['WIRE', '#', null],
	],
	['SPECIALS', 'specials.htm', null,
		//['SUB MENU 1', '#', null],
		//['SUB MENU 2', '#', null],
		//['SUB MENU 3', '#', null],
		//['SUB MENU 4', '#', null],
		//['SUB MENU 5', '#', null],
		//['SUB MENU 6', '#', null]
	],
	['CONTACT US', 'contact_us.htm', null,
		//['SUB MENU 1', '#', null],
		//['SUB MENU 2', '#', null],
		//['SUB MENU 3', '#', null],
		//['SUB MENU 4', '#', null],
		//['SUB MENU 5', '#', null],
		//['SUB MENU 6', '#', null]
	],
];

