// JavaScript Document
  function loadpage(pageURL){
    location.href = pageURL.options[pageURL.selectedIndex].value
    }

