function onChange(formId, selectId) {
    document.getElementById(selectId).selectedIndex = 0;
    document.getElementById(formId).submit();
}
