function loadPage(pageURL){
    location.href = pageURL.options[pageURL.selectedIndex].value
}

