<script language="javaScript">   
  function InsertTxt()   
  {   
    var tmp=document.fset.SerialNO.options[document.fset.SerialNO.selectedIndex].value;
    tmp = tmp.split(';');
    document.EquipOS.SerialNO1.value = tmp[0];
    document.ResNO.SerialNO1.value = tmp[1];
    document.EquipName.SerialNO1.value = tmp[2];
    ..................
           
  }   
</script>