function sfv(f) {
	f.ctl00_CPHP_txt_forename.mandatory=true;
	f.ctl00_CPHP_txt_forename.label="'Forename'";
	f.ctl00_CPHP_txt_surname.mandatory=true;
	f.ctl00_CPHP_txt_surname.label="'Surname'";

	f.ctl00_CPHP_txt_user_email.mandatory=true;
	f.ctl00_CPHP_txt_user_email.email=true;
	f.ctl00_CPHP_txt_user_email.label="'Email'";
	f.ctl00_CPHP_txt_user_password.mandatory=true;
	f.ctl00_CPHP_txt_user_password.label="'Password'";
	f.ctl00_CPHP_txt_user_password_repeat.mandatory=true;
	f.ctl00_CPHP_txt_user_password_repeat.repeat=true;
	f.ctl00_CPHP_txt_user_password_repeat.label="'Repeat Password'";
	
	f.Master_privacy_confir.mandatory=true;
	f.Master_privacy_confir.label="'Privacy Policy'";
}