function xmail(account)
{
  document.write("<a href='ma" + "il" + "to:" + account + "&#64;" + "westex.org" + "'><img \
    border='0' src='http://www.westex.org/scripts/mail.gif' \
    alt='[EMail]' width='15' height='12' />" + account + "<img border='0' \
    src='http://www.westex.org/scripts/at.gif' alt='@' width='15' height='12' />" + "westex.org" + "</a>");
}


function wmail(acc, name){
  document.write("<a href='ma" + "il" + "to:" + acc + "&#64;" + "westex.org" + "' class='linkHeader'>" + name + "</a>");
}


function dmail(acc, name){
  document.write("<a href='ma" + "il" + "to:" + acc + "&#64;" + "westex.org" + "'>" + name + "</a>");
}




// modified version of script by Rick Parsons 29 Mar 2006