function goToState (list) {
    window.location = list.options[list.selectedIndex].value;
}