/*
  --- 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', 'about_us.php', null,
	],
	['Services', 'services.php', null,
	 	['Plastic Recycling', 'services-plastic_recycling.php'],
		['Paper Recycling', 'services-paper_recycling.php'],
		['Book Destruction', 'services-book_destruction.php'],
		['Document Destruction', 'services-document_destruction.php'],
		['Transportation Services', 'services-transportation_services.php'],
		['Areas We Service', 'services-areas_we_service.php'],
	],
	['Equipment', 'equipment.php', null,
	 	['New Equipment', 'new_equipment.php'],
		['Used Equipment', 'used_equipment.php'],
	 
	],
	['Locations', 'locations.php', null,
	],
	['Internet Inquiries', 'internet_inquiries.php', null,
	],
	['Contact Us', 'contact_us.php', null,
	],
	['Toter Program', 'toter_program.php', null,
	 	['Schedule Toter Pickup', 'schedule_toter_pickup.php'],
		['Toter Program Inquiry', 'toter_inquiry.php'],	
	],
];

