// arrays used to construct menus
/// array form is:
/// Item Title, Item Url, Item target

//var menuroot = "/";
var menuroot = "/";

var menu_services = new Array (
	"Services",menuroot+"services/","",
	"Household Waste Collection",menuroot+"services/household.php","",
	"Recycling Box Service",menuroot+"services/recyclingbox.php","",
	"Waste Collection Days",menuroot+"services/collection.php","",
	"Recycling Bring Sites",menuroot+"services/recyclingbring.php","",
	"Bulky Waste Collection",menuroot+"services/bulkywaste.php","",
	"Community Recycling Centres",menuroot+"services/communityrecycle.php","",
//	"Additional Information",menuroot+"services/additional.php","",
	"Schools",menuroot+"services/schools.php",""
);

var menu_about = new Array(
	"About Biffa Leicester",menuroot+"about/","",
//	"Biffa Leicester Story",menuroot+"about/story.php","",
	"Leicester's Recycling Plant",menuroot+"about/bursom.php","",
	"Composting facility at Wanlip",menuroot+"about/composting.php","",
	"Ball Mill Complex",menuroot+"about/ball_mill_complex.php","",
	"Wanlip Complex",menuroot+"about/wanlip_complex.php",""
//	"Our Performance",menuroot+"about/performance.php","",
//	"Health and Safety",menuroot+"about/healthsafety.php","",
//	"Accessibility",menuroot+"accessibility.php",""
);

var menu_community = new Array(
	"Community &amp; Education",menuroot+"community/","",
	"Community Work",menuroot+"community/community_work.php","",
	"Education",menuroot+"community/education.php","",
	"Schools services",menuroot+"community/schools_services.php","",
	"Charity",menuroot+"community/charity.php","",
	"The 3 R's",menuroot+"community/the_3_rs.php","",
	"Composting",menuroot+"community/composting.php","",
	"Wormeries",menuroot+"community/wormeries.php",""
);

//var menu_environmental = new Array(
//	"Environmental Issues",menuroot+"environment/","",
//	"Environmental Legislation",menuroot+"environment/legislation.php","",
//	"Environmental Impacts",menuroot+"environment/impacts.php","",
//	"Annual Environmental Reports",menuroot+"environment/reports.php",""
//);

var menu_faq = new Array(
	"Frequently Asked Questions",menuroot+"faq/","",
	"Recycling",menuroot+"faq/recycling.php","",
	"Refuse Collection Service",menuroot+"faq/refusecollection.php","",
	"Community Recycling Centres &amp; Recycling Bring Sites",menuroot+"faq/communityrecycling.php","",
	"Nappies",menuroot+"faq/nappies.php","",
	"Asbestos/Difficult waste",menuroot+"faq/difficultwaste.php","",
	"Bulky Collections",menuroot+"faq/bulky.php","",
	"Waste Management Service Line",menuroot+"faq/helpline.php",""
);

//var menu_rsurvey = new Array(
//	"Resident Satisfaction Survey 2006",menuroot+"residentsurvey/","",
//	"Survey Method",menuroot+"residentsurvey/survey_method.php","",
//	"Survey Results",menuroot+"residentsurvey/survey_results.php",""
//);

