function copycontactfields()
{
   var x = document.getElementById("choosesubject");
   document.getElementById("subject").value = x.options[x.selectedIndex].text
}
