 
function goToPage(select) {
   var path = select.options[select.options.selectedIndex].value;
   document.location.href = path;
}
   