function spambuster(sel) {
  var first = ""
  var second= ""
  if ((sel == 1)||(sel == 'cfi')) {
    first = "ann.underwood"
    second= "sky-lincs.fsnet.co.uk"
  }
  if ((sel == 2 )||(sel == 'bookings')) {
    first = "ann.underwood"
    second= "sky-lincs.fsnet.co.uk"

  }
  if ((sel == 3 )||(sel == 'webmaster')) {
    first = "ann.underwood"
    second= "sky-lincs.fsnet.co.uk"
  
  }  if ((sel == 5 )||(sel == 'secretary')) {
    first = "xxxx"
    second= "yyy.zzz"
  }  if ((sel == 6 )||(sel == 'treasurer')) {
    first = "Harvey"
    second= "evolvebranding.com"
  }  if ((sel == 7 )||(sel == 'records')) {
    first = "petermast"
    second= "wow-consulting.co.uk"
  } 

     location.href="mailto:" + first + "@" + second;
}