  
  
function chkData(f) {

	if(!f.chkagree.checked){
			alert("Please read and agree the statement.");
			f.chkagree.focus();
			return false;
		}
		
		
		
	}