//*** onChange Camp select 
	function changeCamp(camp) {
	switch(camp)
	{
		//The Island!
		case "Isle of White":
			//display starting date list
			$(".beaumonthighdates").hide();
			$(".dukeshousewooddates").hide();
			$(".colomendydates").hide();
			$(".thehousedates").hide();
			$(".theislanddates").show();
			$(".pinewoodsandsdates").hide();
			
			$("#unescorted").show();
			$("#pinewoodut").hide();
			$("#beaumonthighut").hide();
			$("#theislandut").show();
			
			$("#nodates").hide();
			
			//show/hide transport routes the Island
			$("#transportnote").hide();
			$("#theisland").show();
			$("#theislandroutes").show();
			$("#pinewood").hide();
			$("#pinewoodroutes").hide();
			$("#beaumonthigh").hide();
			$("#beaumonthighroutes").hide();
			$("#colomendy").hide();
			$("#colomendyroutes").hide();
			$("#dukeshousewood").hide();
			$("#dukeshousewoodroutes").hide();
			
			//show/hide activities for The Island!
			$("#soccerschool").show();
			$("#english").show();
			$("#horseriding").show();
			$("#learnerdriver").hide();
			$("#motorsports").show();
			$("#studio27").hide();
			$("#specialagent").hide();
			$("#talentacademy").hide();
			$("#tennisacademy").hide();
			$("#watersports").show();
			$("#dolphins").hide();
			$("#adventureextreme").hide();
			$("#leadership").show();			
			
			
			break;
		case "The House":
			//display starting date list
			$(".beaumonthighdates").hide();
			$(".dukeshousewooddates").hide();
			$(".colomendydates").hide();
			$(".thehousedates").show();
			$(".theislanddates").hide();
			$(".pinewoodsandsdates").hide();
			
			$("#unescorted").show();
			$("#pinewoodut").show();
			$("#beaumonthighut").hide();
			$("#theislandut").hide();
						
			$("#nodates").hide();
			
			//show/hide transport routes the house
			$("#transportnote").hide();
			$("#theisland").hide();
			$("#theislandroutes").hide();
			$("#pinewood").show();
			$("#pinewoodroutes").show();
			$("#beaumonthigh").hide();
			$("#beaumonthighroutes").hide();
			$("#colomendy").hide();
			$("#colomendyroutes").hide();
			$("#dukeshousewood").hide();
			$("#dukeshousewoodroutes").hide();
			
			//show/hide activities for The House!
			$("#soccerschool").hide();
			$("#english").show();
			$("#horseriding").show();
			$("#learnerdriver").show();
			$("#motorsports").hide();
			$("#studio27").hide();
			$("#specialagent").hide();
			$("#talentacademy").hide();
			$("#tennisacademy").show();
			$("#watersports").hide();
			$("#dolphins").hide();
			$("#adventureextreme").hide();
			$("#leadership").hide();			
			
			break;
			
		//PineWood Sands
		case "Norfolk Coast":
			//display starting date list
			$(".beaumonthighdates").hide();
			$(".dukeshousewooddates").hide();
			$(".colomendydates").hide();
			$(".thehousedates").hide();
			$(".theislanddates").hide();
			$(".pinewoodsandsdates").show();
			
			$("#unescorted").show();
			$("#pinewoodut").show();
			$("#beaumonthighut").hide();
			$("#thisislandut").hide();
			$("#nodates").hide();
		
			//show/hide trasnport routes pinewood sands
			$("#transportnote").hide();
			$("#theisland").hide();
			$("#theislandroutes").hide();
			$("#pinewood").show();
			$("#pinewoodroutes").show();
			$("#beaumonthigh").hide();
			$("#beaumonthighroutes").hide();
			$("#colomendy").hide();
			$("#colomendyroutes").hide();
			$("#dukeshousewood").hide();
			$("#dukeshousewoodroutes").hide();
			
			//show/hide activities for Pinewood Sands!
			$("#soccerschool").show();
			$("#english").show();
			$("#horseriding").show();
			$("#learnerdriver").hide();
			$("#motorsports").show();
			$("#studio27").show();
			$("#specialagent").show();
			$("#talentacademy").show();
			$("#tennisacademy").show();
			$("#watersports").hide();
			$("#dolphins").show();
			$("#adventureextreme").hide();
			$("#leadership").show();			
			
			break;
			
		//beaumont high
		case "Beaumont High":
			//display starting date list
			$(".beaumonthighdates").show();
			$(".dukeshousewooddates").hide();
			$(".colomendydates").hide();
			$(".thehousedates").hide();
			$(".theislanddates").hide();
			$(".pinewoodsandsdates").hide();
			
			$("#unescorted").show();
			$("#theislandut").hide();
			$("#pinewoodut").hide();
			$("#beaumonthighut").show();
			$("#nodates").hide();
		
			//show/hide transport routes beaumont high
			$("#transportnote").hide();
			$("#theisland").hide();
			$("#theislandroutes").hide();
			$("#pinewood").hide();
			$("#pinewoodroutes").hide();
			$("#beaumonthigh").show();
			$("#beaumonthighroutes").show();
			$("#colomendy").hide();
			$("#colomendyroutes").hide();
			$("#dukeshousewood").hide();
			$("#dukeshousewoodroutes").hide();
			
			//show/hide activities for Beaumont High
			$("#soccerschool").show();
			$("#english").hide();
			$("#horseriding").show();
			$("#learnerdriver").hide();
			$("#motorsports").hide();
			$("#studio27").hide();
			$("#specialagent").show();
			$("#talentacademy").show();
			$("#tennisacademy").hide();
			$("#watersports").show();
			$("#dolphins").show();
			$("#adventureextreme").hide();
			$("#leadership").hide();			
			
			
			break;
		case "Colomendy":
			//display starting date list
			$(".beaumonthighdates").hide();
			$(".dukeshousewooddates").hide();
			$(".colomendydates").show();
			$(".thehousedates").hide();
			$(".theislanddates").hide();
			$(".pinewoodsandsdates").hide();
			
			$("#unescorted").hide();
			
			$("#nodates").hide();
			
			//show/hide transport for colomendy
			$("#transportnote").hide();
			$("#theisland").hide();
			$("#theislandroutes").hide();
			$("#pinewood").hide();
			$("#pinewoodroutes").hide();
			$("#beaumonthigh").hide();
			$("#beaumonthighroutes").hide();
			$("#colomendy").show();
			$("#colomendyroutes").show();
			$("#dukeshousewood").hide();
			$("#dukeshousewoodroutes").hide();
			
			//show/hide activities for Colomendy Valley
			$("#soccerschool").hide();
			$("#english").show();
			$("#horseriding").show();
			$("#learnerdriver").show();
			$("#motorsports").hide();
			$("#studio27").hide();
			$("#specialagent").hide();
			$("#talentacademy").hide();
			$("#tennisacademy").hide();
			$("#watersports").show();
			$("#dolphins").hide();
			$("#adventureextreme").show();
			$("#leadership").show();
			
			
			break;
		case "Dukeshouse":
			//show/hide starting date list dukeshouse
			$(".beaumonthighdates").hide();
			$(".dukeshousewooddates").show();
			$(".colomendydates").hide();
			$(".thehousedates").hide();
			$(".theislanddates").hide();
			$(".pinewoodsandsdates").hide();
			
			$("#unescorted").hide();
			$("#nodates").hide();
			
			//show/hide transport routes for Dukeshouse Wood
			$("#transportnote").hide();
			$("#theisland").hide();
			$("#theislandroutes").hide();
			$("#pinewood").hide();
			$("#pinewoodroutes").hide();
			$("#beaumonthigh").hide();
			$("#beaumonthighroutes").hide();
			$("#colomendy").hide();
			$("#colomendyroutes").hide();
			$("#dukeshousewood").show();
			$("#dukeshousewoodroutes").show();
			
			//show/hide activities for Dukeshouse Wood
			$("#soccerschool").hide();
			$("#english").show();
			$("#horseriding").show();
			$("#learnerdriver").hide();
			$("#motorsports").hide();
			$("#studio27").hide();
			$("#specialagent").show();
			$("#talentacademy").show();
			$("#tennisacademy").hide();
			$("#watersports").hide();
			$("#dolphins").show();
			$("#adventureextreme").hide();
			$("#leadership").hide();
			
			break;
	}
		$(camp).show();
		//camp = camp + "routes";
		//$(camp).show();
		
	}


   $(document).ready(function() {
   
		//hide our transport routes
		$("#pinewood").hide();
		$("#beaumonthigh").hide();
		$("#colomendy").hide();
		$("#theisland").hide();
		$("#dukeshousewood").hide();
		$("#theislandroutes").hide();
	    $("#beaumonthighroutes").hide();
	    $("#colomendyroutes").hide();
	    $("#pinewoodroutes").hide();
	    $("#dukeshousewoodroutes").hide();
		
		$("#unescorted").hide();
	    //$("#waiting").hide();
		
		//hide our camp start dates
		$(".beaumonthighdates").hide();
		$(".dukeshousewooddates").hide();
		$(".colomendydates").hide();
		$(".thehousedates").hide();
		$(".theislanddates").hide();
		$(".pinewoodsandsdates").hide();
		$("#nodates").show();
		
		
	   
	   $("#submit").click(function() {
		$("#waiting").show();
		})
	   
		
	});