var emails = [
  "avuncannon*rlfcommunications.com",
  "sales*leggettcvp.com",//"eCoupled*leggett.com",
  "fedgov@leggettcvp.com"
];

function email(index)
{
  location.href = "mailto:" + emails[index].replace(/\*/, "@") + "?subject=Contact From Leggett CVP Website";
}