// items structure
// each item is the array of one or more properties:
// [text, link, settings, subitems ...]
// use the builder to export errors free structure if you experience problems with the syntax

var MENU_ITEMS = [
	['Industrial and Marine Descaling Products', null, null,
		['D\'Scale','index5a8e.html', {'tw' : '_self'}],
		['D\'Scale Marine','index57f4.html', {'tw' : '_self'}],
	],
	['Industrial Lubricants', null, null,
		['PG Synthetic Gear Box Lubricants (ISO 220-1000)','index0b3b.html', {'tw' : '_self'}],
		['Tek-Synthetic PAO Gear Lubricant (ISO 32-1000)','index0v3v.html', {'tw' : '_self'}],
		['Tek-Seal Gear Lubricant','index0c3c.html', {'tw' : '_self'}],
	],
	['Cement and Lime Industry', null, null,
		['WS 5300 Kiln Trunnion Bearing Lubricant','index8913.html', {'tw' : '_self'}],
		['Kiln Trunnion Roller and Tire Graphite Blocks','index0a3a.html', {'tw' : '_self'}],
		['SlickBar Kiln Tire Lubricant','index0f3f.html', {'tw' : '_self'}],
		['SlickSpray High Temperature Kiln Tire Lubricant','index0e3e.html', {'tw' : '_self'}],	
		['Tek-Seal Gear Lubricant','index0c3c.html', {'tw' : '_self'}],
	],
	['Eco-Tek Industrial and Marine (Biodegradable) Lubricants', null, null,
		['Eco-Tek EP Gear Oils (ISO 150-460)','index0i3i.html', {'tw' : '_self'}],
		['Eco-Tek Grease (NGLI Grade 2)','index0d3d.html', {'tw' : '_self'}],			
	],
	['Eco-Tek Hydraulic Fluids (Biodegradable)', null, null,
		['Eco-Tek Hydraulic','index0h3h.html', {'tw' : '_self'}],
		['Eco-Tek Hydraulic Trak','index0g3g.html', {'tw' : '_self'}],
	],
	['Field Services', null, null,
		['Field Services Unit','indexc77e.html', {'tw' : '_self'}],
	],
	['Lubricant Analysis','index0z3z.html', {'tw' : '_self'}],
	['MSDS','index0x3x.html', {'tw' : '_self'}],
	['Environmental Statement','index0w3w.html', {'tw' : '_self'}]
];