var RecordObj = document.form1.RECORD_BOARD;
var IngObj = document.form1.ING_BOARD;
var option = new Option();
option.value = RecordObj.options[RecordObj.selectedIndex].value;
option.text = RecordObj.options[RecordObj.selectedIndex].text;
IngObj.options.add(option);