// services show / hide boxes
	$(window).load(function() {
			
		//Introduction Link 
		$('a#intro_slider').click(function() {
			$('#services').show('slow');
			$('#alnwick').hide('slow');	
			$('#therapeutic').hide('slow');	
			$('#lymphoedema').hide('slow');	
			$('#complementary').hide('slow');	
			$('#carersupport').hide('slow');	
			$('#bereavementsupport').hide('slow');	
			$('#hospiceathome').hide('slow');	
			$('#hospicemeans').hide('slow');	
			$('#movingforward').hide('slow');	
			return false;
		});
		//Alnwick and Berwick link 
		$('a#alnwick_slider').click(function() {
			$('#services').hide('slow');
			$('#alnwick').show('slow');
			$('#therapeutic').hide('slow');	
			$('#lymphoedema').hide('slow');	
			$('#complementary').hide('slow');	
			$('#carersupport').hide('slow');	
			$('#bereavementsupport').hide('slow');	
			$('#hospiceathome').hide('slow');	
			$('#hospicemeans').hide('slow');
			$('#movingforward').hide('slow');	
			return false;
		});
		//Alnwick and Berwick link 
		$('a#alnwick_slider').click(function() {
			$('#services').hide('slow');
			$('#alnwick').show('slow');
			$('#therapeutic').hide('slow');	
			$('#lymphoedema').hide('slow');	
			$('#complementary').hide('slow');	
			$('#carersupport').hide('slow');	
			$('#bereavementsupport').hide('slow');	
			$('#hospiceathome').hide('slow');	
			$('#hospicemeans').hide('slow');
			$('#movingforward').hide('slow');	
			return false;
		});
		//Therapeutic clinics link 
		$('a#clinics_slider').click(function() {
			$('#services').hide('slow');
			$('#alnwick').hide('slow');
			$('#therapeutic').show('slow');	
			$('#lymphoedema').hide('slow');	
			$('#complementary').hide('slow');	
			$('#carersupport').hide('slow');	
			$('#bereavementsupport').hide('slow');	
			$('#hospiceathome').hide('slow');	
			$('#hospicemeans').hide('slow');
			$('#movingforward').hide('slow');	
			return false;
		});
		//Lymphoedema service link 
		$('a#lymphoedema_slider').click(function() {
			$('#services').hide('slow');
			$('#alnwick').hide('slow');
			$('#therapeutic').hide('slow');	
			$('#lymphoedema').show('slow');	
			$('#complementary').hide('slow');	
			$('#carersupport').hide('slow');	
			$('#bereavementsupport').hide('slow');	
			$('#hospiceathome').hide('slow');	
			$('#hospicemeans').hide('slow');
			$('#movingforward').hide('slow');	
			return false;
		});
		//Complementary therapies link 
		$('a#complementary_slider').click(function() {
			$('#services').hide('slow');
			$('#alnwick').hide('slow');
			$('#therapeutic').hide('slow');	
			$('#lymphoedema').hide('slow');	
			$('#complementary').show('slow');	
			$('#carersupport').hide('slow');	
			$('#bereavementsupport').hide('slow');	
			$('#hospiceathome').hide('slow');	
			$('#hospicemeans').hide('slow');
			$('#movingforward').hide('slow');	
			return false;
		});
		//Carer support link 
		$('a#carersupport_slider').click(function() {
			$('#services').hide('slow');
			$('#alnwick').hide('slow');
			$('#therapeutic').hide('slow');	
			$('#lymphoedema').hide('slow');	
			$('#complementary').hide('slow');	
			$('#carersupport').show('slow');	
			$('#bereavementsupport').hide('slow');	
			$('#hospiceathome').hide('slow');	
			$('#hospicemeans').hide('slow');
			$('#movingforward').hide('slow');	
			return false;
		});
		//Bereavement Support link 
		$('a#bereavementsupport_slider').click(function() {
			$('#services').hide('slow');
			$('#alnwick').hide('slow');
			$('#therapeutic').hide('slow');	
			$('#lymphoedema').hide('slow');	
			$('#complementary').hide('slow');	
			$('#carersupport').hide('slow');	
			$('#bereavementsupport').show('slow');	
			$('#hospiceathome').hide('slow');	
			$('#hospicemeans').hide('slow');
			$('#movingforward').hide('slow');	
			return false;
		});
		//Hospice at Home link 
		$('a#hospiceathome_slider').click(function() {
			$('#services').hide('slow');
			$('#alnwick').hide('slow');
			$('#therapeutic').hide('slow');	
			$('#lymphoedema').hide('slow');	
			$('#complementary').hide('slow');	
			$('#carersupport').hide('slow');	
			$('#bereavementsupport').hide('slow');	
			$('#hospiceathome').show('slow');	
			$('#hospicemeans').hide('slow');
			$('#movingforward').hide('slow');	
			return false;
		});
		//What the Hospice means to me link 
		$('a#hospicemeans_slider').click(function() {
			$('#services').hide('slow');
			$('#alnwick').hide('slow');
			$('#therapeutic').hide('slow');	
			$('#lymphoedema').hide('slow');	
			$('#complementary').hide('slow');	
			$('#carersupport').hide('slow');	
			$('#bereavementsupport').hide('slow');	
			$('#hospiceathome').hide('slow');	
			$('#hospicemeans').show('slow');
			$('#movingforward').hide('slow');	
			return false;
		});
		//Moving Forward link 
		$('a#movingforward_slider').click(function() {
			$('#services').hide('slow');
			$('#alnwick').hide('slow');
			$('#therapeutic').hide('slow');	
			$('#lymphoedema').hide('slow');	
			$('#complementary').hide('slow');	
			$('#carersupport').hide('slow');	
			$('#bereavementsupport').hide('slow');	
			$('#hospiceathome').hide('slow');	
			$('#hospicemeans').hide('slow');
			$('#movingforward').hide('slow');	
			$('#movingforward').show('slow');	
			return false;
		});
		
	});
