/*
  --- 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 = [
	['What We Recycle', null, null,
		['Overview', 'programs.html'],
		['Fibers', 'prog_fiber.html'],
		['Electronics', 'prog_elec.html'],
		['Universal Wastes', 'prog_univ.html'],
		['Surplus Property', 'http://www.irnsurplus.com'],
		['OneStop', 'prog_onestop.html'],
		['Metals', 'prog_metal.html'],
		['Beverage Containers', 'prog_bev.html'],
		['Construction & Demolition Wastes', 'http://www.wastemiser.com'],
		['Cell Phones / Handheld Electronics', 'prog_cell.html'],
		['Recycling Supplies & Equipment', 'prog_group.html'],
		['Everything Else', 'programs.html#other'] 
	],
	['OneStop Recycling', 'prog_onestop.html'],
	['Surplus Property', 'http://www.irnsurplus.com'],
/*	['Membership', 'membership.html'],*/
	['Forms', null, null,
		['IRN Bill of Lading', '122007/BOL12-8-06.xls'],
		['IRN Shipping Label', 'Generic IRN shipping label 1-5-09.pdf'],
		['Universal Waste Label', 'Generic UW Label 02-10-09.pdf'] 
	],
	['News', 'news.html']
];

