// This is a hidden Javascript function to send an email - this way our
// email address never appears in the source of a website page
	function startHiddenMsg() {
		Mail="mailto:info" + "@ncvhc" + ".org.uk?subject=Web enquiry";
	    window.location.href=Mail;
	}

