function CheckForm()
{
	formname=document.booking

	if(formname.tandc.checked==false)
	{alert("Please confirm that you have read and accepted the Terms and Conditions")
	return false;}
	return true;
}	

	
