// JavaScript Document
    var menuArrayNeedAHand = [
	    ['Need a hand?', 'needahand.htm', null]
		];

	var menuArrayServices = [
	    ['Our services', 'servicesmain.htm', null],
		['Moving house help', 'serviceshousemove.htm', null],
        ['Item Redistribution', 'servicesitemredistribution.htm', null],
		['Furniture storage', 'servicesfurniturestorage.htm', null],
		['Food parcels', 'servicesfoodparcels.htm', null],
		['Safe and Sound', 'servicessafeandsound.htm', null],
		['Carpet recycling', 'servicescarpetrecycling.htm', null],
                ['BikeFit', 'servicesbikefit.htm', null],
	];

	var menuArrayAppeals = [
	    ['Help us', 'helpusmain.htm', null],
		['Giving Tree appeal', 'helpusgivingtree.htm', null],
		['Furniture donations', 'helpusfurnituredonations.htm', null],
		['Appliance donations', 'helpusappliancedonations.htm', null],
		['Nursery donations', 'helpusnurserydonations.htm', null],
		['Food donations', 'helpusfooddonations.htm', null],
		['Financial donations', 'helpusmonetarydonations.htm', null],
		['Volunteer work', 'helpusvolunteerwork.htm', null]
	];

	var menuArrayLatestNews = [
	    ['Latest news', 'latestnews.htm', null]
		];

	var menuArrayAboutUs = [
	    ['About us', 'aboutmain.htm', null],
		['Meet the team', 'aboutmeettheteam.htm', null],
		['Work for us', 'aboutworkforus.htm', null],
		['Testimonials', 'abouttestimonials.htm', null],
		['Contact details', 'aboutcontactdetails.htm', null, null]
	];

TOP_MENU_LEFT_OFFSET = 2;
	