/* Tigra Menu items structure */var MENU_ITEMS = [	['Home', 'http://www.chemicalsolutionsltd.com/index.html', {'sw':50}],	['Who We Are', 'http://www.chemicalsolutionsltd.com/Who.html', null,		['History / Background', 'http://www.chemicalsolutionsltd.com/Who_History.html'],		['Directory', 'http://www.chemicalsolutionsltd.com/Who_Directory.html'],		['Vision Statement', 'http://www.chemicalsolutionsltd.com/Who_Vision.html'],		['Quality Program', 'http://www.chemicalsolutionsltd.com/Who_Quality.html']	],	['Capabilities', 'http://www.chemicalsolutionsltd.com/Cap.html', null,		['ICP-MS', 'http://www.chemicalsolutionsltd.com/Cap_ICPMS.html'],		['Elemental Analysis', 'http://www.chemicalsolutionsltd.com/Cap_Elemental.html'],		['USP Heavy Metals', 'http://www.chemicalsolutionsltd.com/Cap_USP.html']	],	['Applications', 'http://www.chemicalsolutionsltd.com/Apps.html', null,		['Dietary Supplements', 'http://www.chemicalsolutionsltd.com/Apps_Dietary.html'],		['Research', 'http://www.chemicalsolutionsltd.com/Apps_Research.html'],		['Environmental', 'http://www.chemicalsolutionsltd.com/Apps_Environ.html'],		['RoHS', 'http://www.chemicalsolutionsltd.com/Apps_RoHS.html'],		['Consumer Products', 'http://www.chemicalsolutionsltd.com/Apps_Consumer.html'],		['Other', 'http://www.chemicalsolutionsltd.com/Apps_Other.html']	],	['Info Center', 'http://www.chemicalsolutionsltd.com/Info.html', null,		['News & Events', 'http://www.chemicalsolutionsltd.com/Info_News.html'],		['FAQs', 'http://www.chemicalsolutionsltd.com/Info_faq.html'],		['Newsletter', 'http://www.chemicalsolutionsltd.com/Info_Nwsltr.html'],		['Links', 'http://www.chemicalsolutionsltd.com/Info_Links.html'],		['Site Map', 'http://www.chemicalsolutionsltd.com/Info_Map.html']	],	['Forms', 'http://www.chemicalsolutionsltd.com/Forms.html', {'sw':50},		['Sample Submittal (Online)', 'http://www.chemicalsolutionsltd.com/Forms_Online.html'],		['Sample Submittal (Downloadable)', 'http://www.chemicalsolutionsltd.com/Forms_Downloadable.html'],		['New Client Information', 'http://www.chemicalsolutionsltd.com/Forms_Client.html']	],	['Contact Us', 'http://www.chemicalsolutionsltd.com/Contact.html']];