
// Created on 10/05/2009 6:14:59 PM

function onFormReset(sFormName) {

    if (sFormName == 'position_maintenance') {

        changeSubmitBtnStatus(false);        

    } else if (sFormName == 'WithdrawalForm') {

        if ((elem = document.getElementById('AccountIDList')) != null) {

            onChangeAcct(elem);

        }

    }

}



