/*
  --- 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 = [
/*	['Menu Compatibility', null, null,
		['Supported Browsers', null, null,

		],
		['Unsupported Browsers', null, null,
			['Internet Explorer 4.x'],
			['Netscape 4.x']
		],
		['Report test results', 'http://www.softcomplex.com/support.html'],
	],
*/      ['PROCESS', null, null,
                ['PROCESS TECHNOLOGY', 'product7.asp'],

	],
	['PRODUCTS', null, null,
		['FRACTIONATION TRAYS', 'product1.asp'],
		['PACKING', 'product2.asp'],
		['PACKED TOWER INTERNALS', 'product3.asp'],
		['REACTOR INTERNALS', 'product4.asp'],
		['HARDWARE', 'product5.asp'],
		['MASS TRANSFER Technology', 'product6.asp'],

	],
	['SERVICES', null, null,
		['OUR SERVICES', 'services.asp'],
		['AMT NEWS', 'news.asp'],

	],
	['CONTACT', null, null,
		['CONTACT INFO', 'CONTACT.ASP'],
		['ADDRESS / MAP','contactmap.asp'],

	],
];


