/*
  --- 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 = [
	['HOME', 'http://www.apexdyes.com', null,],
	['PRODUCTS', 'http://www.apexdyes.com/Products/Products.htm', null,
		['Novasolve', 'http://www.apexdyes.com/Products/NS.htm', null,],
		['Novaflour', 'http://www.apexdyes.com/Products/NF.htm', null,],
		['Novamark', 'http://www.apexdyes.com/Products/NM.htm'],
		['Novaplast', 'http://www.apexdyes.com/Products/NP.htm'],
		['Novacandle', 'http://www.apexdyes.com/Products/NC.htm'],
		['Novaprint', 'http://www.apexdyes.com/Products/NR.htm'],
	],
	['SERVICES', 'http://www.apexdyes.com/Services.htm', null,
		['Custom Synthesis', 'http://www.apexdyes.com/Services.htm'],
		['Solvent Recovery', 'http://www.apexdyes.com/Services.htm'],
		['Repacking', 'http://www.apexdyes.com/Services.htm'],
		['Warehousing', 'http://www.apexdyes.com/Services.htm'],
		['Logistics', 'http://www.apexdyes.com/Services.htm'],		
	],
	['MARKETS','http://www.apexdyes.com/Markets/Markets.htm' , null,
		['Petroleum', 'http://www.apexdyes.com/Markets/Petro.htm'],
		['Plastics', 'http://www.apexdyes.com/Markets/Plastic.htm'],
		['Printing', 'http://www.apexdyes.com/Markets/Printing.htm'],
		['Leak Detection', 'http://www.apexdyes.com/Markets/Leaks.htm'],
		['Crack Testing', 'http://www.apexdyes.com/Markets/NDT.htm'],
		['Candles and Waxes', 'http://www.apexdyes.com/Markets/candle.htm'],
	],
	['CONTACT', 'http://www.apexdyes.com/Contact.htm', null,
		['Product Info', 'http://www.apexdyes.com/LiteratureRequest.asp'],
		['Technical Help', 'http://www.apexdyes.com/ProductInfoRequest.asp'],
	],
];