/* 
  Use this JS file if you need it. It's already head-linked :)
  Need an onload function? See the USERS_CONFIG file
*/

function load(formName) {
  var list = document[formName].list;
  var str = list.options[list.selectedIndex].value;
  if (str != "") location.href = str;
}
