function build() {
  a='jaws1';
  b='westnet';
  c='com';
  d='au';
  addr=a+'@'+b+"."+c+"."+d;
  document.mailer.Recipient.value=addr;
}
