function sfv(f) {
	f.ddl_title.mandatory=true;
	f.ddl_title.label="'Title'";
	f.ctl00_CPHP_txt_forename.mandatory=true;
	f.ctl00_CPHP_txt_forename.minlen = 2;
	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_job.mandatory=true;
	f.ctl00_CPHP_txt_job.label="'Job title'";
	f.ctl00_CPHP_txt_addr1.mandatory=true;
	f.ctl00_CPHP_txt_addr1.label="'Address 1'";
	f.ctl00_CPHP_txt_town.mandatory=true;
	f.ctl00_CPHP_txt_town.label="'Town'";
	f.ctl00_CPHP_txt_postcode.mandatory=true;
	f.ctl00_CPHP_txt_postcode.label="'Postcode'";
	f.ctl00_CPHP_txt_tel.mandatory = true;
	f.ctl00_CPHP_txt_tel.label = "'Telephone'";
	f.ctl00_CPHP_txt_email.mandatory = true;
	f.ctl00_CPHP_txt_email.email=true;
	f.ctl00_CPHP_txt_email.label="'Email'";
	f.ctl00_CPHP_txt_email_repeat.mandatory=true;
	f.ctl00_CPHP_txt_email_repeat.label="'Confirm your email'";
	f.ctl00_CPHP_txt_email_repeat.email=true;
	f.ctl00_CPHP_txt_email_repeat.repeat=true;

	f.ctl00$CPHP$dss14_circumst[0].mandatory=true;
	f.ctl00$CPHP$dss14_circumst[0].label = "'Which of the following best describes your circumstances?'";

	f.dss13_typbus.mandatory=true;
	f.dss13_typbus.label = "'Type of business'";

	f.ctl00$CPHP$dss12_wealth[0].mandatory=true;
	f.ctl00$CPHP$dss12_wealth[0].label = "'Level of weatlh'";

	f.ctl00$CPHP$dss10_freecopy[0].mandatory=true;
	f.ctl00$CPHP$dss10_freecopy[0].label = "'Please send me regular free copies of FIB (Campden FB)'";

	f.ctl00$CPHP$dss16_fo[0].mandatory=true;
	f.ctl00$CPHP$dss16_fo[0].label = "'Please send me regular free copies of Campden FO'";

	f.txt_country.mandatory=true;
	f.ctl00_CPHP_txt_validans.mandatory=true;
	f.ctl00_CPHP_txt_validans.label="'Personal Identity Question'";

	f.Master_privacy_confir.mandatory=true;
	f.Master_privacy_confir.label="'Privacy Policy'";
}
