/*
  --- 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 = [
	['Main Page', './', null,
	],
	['Information', null, null,
		['CitriSurf: The Wave of the Future', 'wave.htm'],
		['What is Passivation?', 'whatis.htm'],
		['Passivation Specifications', 'spec.htm'],
		['The Advantages of CitriSurf', 'citvsnit.htm'],
		['Markets that use CitriSurf', 'markets.htm'],
		['Typical Passivation Lines', 'lines.htm'],
		['CitriSurf FAQ', 'faq.htm'],
		['Testimonials', 'testimny.htm'],
		['References', 'referenc.htm'],
		['Distributors', 'distrib.htm'],
		['Equipment Sources', 'sources.htm'],
		['Further Reading', 'further.htm'],
	],
	['Product Line', null, null,
		['Product List', 'products.htm'],
		['Environmental Information', 'environ.htm'],
		['CitriSurf 2050', '2050data.htm'],
		['CitriSurf 2210', '2210data.htm'],
		['CitriSurf 2250', '2250data.htm'],
		['CitriSurf 2310', '2310data.htm'],
		['CitriSurf 2325', '2325data.htm'],
		['CitriSurf 2450', '2450data.htm'],
		['CitriSurf 2550', '2550data.htm'],
		['CitriSurf 3050', '3050data.htm'],
		['CitriSurf 3250', '3250data.htm'],
		['CitriSurf 77', '77data.htm'],
		['CitriSurf 77 Plus', '77Pdata.htm'],
		['CitriSurf 8050', '8050data.htm'],
		['CitriSurf 8310', '8310data.htm'],
		['CitriSurf 9002', '9002data.htm'],
		['KleerKleen 4000', '4000data.htm'],
		['KleerKleen 4002', '4002data.htm'],
		['Copper Sulfate Test Kit', 'CuSO4data.htm'],
	],
];

