function updateTotal(fieldtoUpdate) 
      {
        //document.getElementById(fieldtoUpdate).value="hello";
        var daTotal =  document.getElementById(scorecard).da1.options[document.getElementById(scorecard).da1.selectedIndex].value;
        //document.getElementById(fieldtoUpdate).value=daTotal;
document.getElementById(datotal).value=daTotal;

      }