  var displaytext = "E-mail to Webmaster"; // Enter text to display on page
  var mail1 = "societyinfo"; // Enter first part of e-mail address
  var mail2 = "cwaas.org.uk"; // Enter second part of e-mail address
  var subject = "?subject=Enquiry&nbsp;from&nbsp;www.cwaas.org.uk"; // enter subject for e-mail
  document.write("<a href=" + "mail" + "to:" + mail1 + "@" + mail2 + subject + " onmouseover=chkVer('go11','but3') onmouseout=chkVer('go11','but4')><img name='go11' border='0' alt='Send mail to the Internet Correspondent' src='images/email_off.gif'></a>")

