function goToPage(elmObj) {
    location.href = elmObj.options[elmObj.selectedIndex].value;
}




