function loadPage(list) {

  window.open(list.options[list.selectedIndex].value, target="_blank");

}
