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_company.mandatory=true;
	f.ctl00_CPHP_txt_company.label="'Company'";
	
	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.txt_country.mandatory=true;
	f.txt_country.label="'Country'";

	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_validans.mandatory=true;
	f.ctl00_CPHP_txt_validans.label="'Personal Identity Question'";
	f.ctl00_CPHP_txt_validans.integer = true;

	f.ctl00$CPHP$dss09_freecopy[0].mandatory=true;
	f.ctl00$CPHP$dss09_freecopy[0].label = "'Please send me regular free copies of European Communications'";

	f.ctl00$CPHP$dss08_type[0].mandatory=true;
	f.ctl00$CPHP$dss08_type[0].label = "'Please select your preferred format'";

	f.ctl00$CPHP$dss01_job[0].mandatory=true;
	f.ctl00$CPHP$dss01_job[0].label = "'What would best describe your main job function?'";

	f.ctl00$CPHP$dss02_activity[0].mandatory=true;
	f.ctl00$CPHP$dss02_activity[0].label = "'Which would best describe your organisation?'";
	
	f.Master_privacy_confir.mandatory=true;
	f.Master_privacy_confir.label="'Privacy Policy'";
}