/*
  --- 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'],
			['Age-Dating of GW', 'http://www.testmark.ca/html/agedating.htm'],
		],
		['Consulting', 'http://www.testmark.ca/html/consulting.htm'],
	],
	['Resources', 'http://www.testmark.ca/html/resources.htm'],
	['News', null, null,
		['Newsletter', null, null,
			['June 2005', 'http://www.testmark.ca/html/news1.htm'],
			['December 2005', 'http://www.testmark.ca/html/news2.htm'],
			['June 2006', 'http://www.testmark.ca/html/news3.htm'],
			['December 2006', 'http://www.testmark.ca/html/news4.htm'],
			['June 2007', 'http://www.testmark.ca/html/news5.htm'],
			['December 2007', 'http://www.testmark.ca/html/news6.htm'],
			['June 2008', 'http://www.testmark.ca/html/news7.htm'],
			['December 2008', 'http://www.testmark.ca/html/news8.htm'],
			['June 2009', 'http://www.testmark.ca/html/news9.htm'],
			['December 2009', 'http://www.testmark.ca/html/news10.htm'],
		],	
		['Press Releases', 'http://www.testmark.ca/html/releases.htm'],
		['Video Clip', 'http://www.testmark.ca/html/videoclip.htm'],
	],
	['Careers', 'http://www.testmark.ca/html/careers.htm'],
	['Contact', 'http://www.testmark.ca/html/contactus.htm'],
];

