/*
  --- 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', 'http://www.testmark.ca/index.htm'],  
	['Services', null, null,
		['Organic Lab', 'http://www.testmark.ca/html/organiclab.htm'],
		['Inorganic Lab', 'http://www.testmark.ca/html/inorganiclab.htm'],
/*		['Industrial Lab', 'T:/NewWebSite/html/industriallab.htm'],*/
		['Microbiology Lab', 'http://www.testmark.ca/html/microbiologylab.htm'],
		['Toxicology Lab', 'http://www.testmark.ca/html/toxicologylab.htm'],
		['Parameters', 'http://www.testmark.ca/html/parameters.htm'],
		['Forensics', 'http://www.testmark.ca/html/forensics.htm'],
		['R&D', null, null,
			['About R&D', 'http://www.testmark.ca/html/research.htm'],
		],
		['Consulting', 'http://www.testmark.ca/html/consulting.htm'],
	],
	['Resources', 'http://www.testmark.ca/html/resources.htm'],
	['News', null, null,
		['Newsletter', null, null,
			['Elements Vol. 1.1', 'http://www.testmark.ca/pdf/TESTMARK Elements_Jan2011.pdf'],
			['Elements Vol. 1.2', 'http://www.testmark.ca/pdf/Testmark Elements_July 2011.pdf'],
					],	
		
	],
	['Careers', 'http://www.testmark.ca/html/careers.htm'],
	['Contact', 'http://www.testmark.ca/html/contactus.htm'],
];


