function PresSend()
{
  user = "crravic";
  site = "yahoo.com.au";
  document.write('<a href=\"mailto:' +user + '@' + site +'\">President</a>');
}

function SecSend()
{
  user = "cherylbillingsmith";
  site = "bigpond.com.au";
  document.write('<a href=\"mailto:' +user + '@' + site +'\">Secretary</a>');
}
