function checkform()
{
			
	if (!document.formpay.terms.checked){
		alert('Please read our Terms and Conditions, then tick to confirm you agree.');
		return false;
	}
	
	return true;
}


