for (var count = destinationList.options.length - 1; count >= 0; count--) {
        destinationList.options[count] = null;
    }