/*
  --- 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 Polycore', null, null,
		['Mission Statement', 'http://www.polycore.ca/aboutus/misson.html'],
		['Fast Facts', 'http://www.polycore.ca/aboutus/fastfacts.html'],
		['History', 'http://www.polycore.ca/aboutus/history.html'],
		['Industry Links', 'http://www.polycore.ca/aboutus/industrylinks.html']
	],
	['Products', 'http://www.polycore.ca/products/index.html', null,
	 	['Technology Overview ', 'http://www.polycore.ca/products/index.html'],
		['Product Data Sheets', 'http://www.polycore.ca/products/datasheets.html'],
		['Technical Papers', 'http://www.polycore.ca/products/techpapers.html'],
		['Technical Presentation', 'http://www.polycore.ca/presentations/presentation003/slide001.html'],
		['Other Services Available', 'http://www.polycore.ca/products/otherservices.html']
	],
	['Support', null, null,
		['FAQ', 'http://www.polycore.ca/support/faq.html'],
		['Installation', 'http://www.polycore.ca/support/install.html']
	],
	['Operations', null, null,
		['Plant Locations', 'http://www.polycore.ca/operations/plantlocation.html'],
		['Inventory', 'http://www.polycore.ca/operations/inventory.html']
	],
	['Careers', 'http://www.polycore.ca/careers/index.html', null,
		['Join Our Team', 'http://www.polycore.ca/careers/index.html']
	],
	['Contact Us', 'http://www.polycore.ca/contactus/index.html', null,
	 	['Sales', 'http://www.polycore.ca/contactus/index.html'],
	 	['Plant Locations', 'http://www.polycore.ca/operations/plantlocation.html'],
		['Used Tubing to Sell', 'http://www.polycore.ca/contactus/usedtubing.html']
	],
];


