function redirect(selectObj) {
            document.location = selectObj.options[selectObj.selectedIndex].value;
        }
