function mailwm(account, domain, subject)
{
  document.write("<a href='mai" + "lto:" + account + "&#64;" + domain + '?subject=' + subject + "'><img \
    border='0' hspace='2' vspace='3' width='148' height='46' border='0' src='images/buttons/em_add_chg.gif' \
    alt='Email " + account + "' /></a>");
}
