function checkCheckBox(mail){
if(document.mail.Do_You_Agree_To_The_Terms_And_Conditions_Above.checked){
 			return true;	}
else {

alert ("Please Check the Check Box");
		return false;	} 
}
