function resetElement(element) {
    for (i=element.options.length-1; i>=0; i--) {
        element.options[i] = null;
    }
}
