/*
  --- 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 = [
	['About Us', null, null,
		['Company Profile', 'comprof.html'],
		['Quality & Environment', 'qualenv.html'],
		['Suppliers','suppliers.html'],
		['Press', 'press.html'],
		['Applications', 'apps.html'],
		['Sample Evaluation Service', 'sample.html'],
		['Agency Approvals', 'approvals.html'],
		['Disclaimer', 'disclaimer.html'],
		['Contact Us', 'contact.html'],
		['Site Map', 'map.html']
	],
	['Elastomers', null, null,
		['PTS-Thermoflex SEBS', 'thermoflex.html'],
		['PTS-Thermoprene TPE-V', 'thermoprene.html'],
		['Desmoflex TPU Blends', 'desmoflex.html'],
		['PTS-Gammaflex', 'gammaflex.html'],
		['PTS-Uniflex', 'uniflex.html'],
		['Adhesion Test Methods', 'methods.html'],
		['Processing Guidelines', 'procguide.html'],
	],
	['Thermoplastics', null, null,
		['Panlite PC', 'panlite.html'],
		['Teonex PEN', 'teonex.html'],
		['Beetle PA', 'polyamide.html'],
		['Topas COC', 'topas.html'],
		['PTS-Crealen PP', 'creativepolymers.html'],
		['PTS-Creamid PA', 'creativepolymers.html'],
		['PTS-Creamon PA', 'creativepolymers.html'],
		['PTS-Creablend', 'creativepolymers.html'],
		['Purging Compounds >', null, null,
		['InstaPurge', 'instapurge.html'],
		['SuperNova', 'supernova.html'],
		['Econoclean', 'cleaning.html']
		],
	],
	['Thermosets', null, null,
		['Neonite Epoxy', 'neonite.html'],
		['Kinel Polyimide', 'kinel.html'],
		['Vyncolit Phenolics', 'vyncolit.html'],
		['Vyntec Resins', 'vyntec.html']
	],
	['Film', null, null,
		['Longhua PC Film', 'longhua.html'],
		['3M', '3M.html']
	],
	
	['Additives', null, null,
		['Armostat Antistatic', 'armostat.html'],
		['Armoslip Slip/Anti-Block', 'armostat.html'],
		['Ketjenblack Carbon Black', 'ketjenblack.html'],
		['Nourymix Concentrates', 'nourymix.html'],
		['Perkalite', 'perkalite.html'],
		['Armoquell', 'armoquell.html'],
		['Accurel Concentrates >', null, null,
		
		['Antistats', 'membrana.html'],
		['Slip & Anti-Block', 'membrana.html'],
		['Fragrances', 'membrana.html'],
		['UV Stabilisers/Absorbers', 'membrana.html'],
		['Anti-Bacterial', 'membrana.html'],
		['Anti-Fog', 'membrana.html'],
		['Anti-Oxidant', 'membrana.html'],
		['Lubricants', 'membrana.html'],
		['Masterbatch Carrier', 'membrana.html'],
		['Process Aids', 'membrana.html'],
		],
		
		['Cross-Linking', 'crosslink.html'],
		['Cycle-Time Reduction', 'cycle.html']
		],	

		['What\'s New', null, null,
		['What\'s New', 'whatsnew.html'],
		['Longhua PC Film', 'longhua.html'],
		['3M', '3M.html'],
		['Perkalite', 'perkalite.html'],
		['Armoquell', 'armoquell.html']
		],
];

