<!--
function load(form) {
  var url = form.list.options[form.list.selectedIndex].value;
  top.location = url;
  return true;
 // if (url != "") location.href = url;
 // return false;
}
// -->