// 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" + "@cidermill" + "consulting.co.uk?subject=Web enquiry";
	    window.location.href=Mail;
	}

