// JavaScript Document
function go(what) {
value = what.options[what.selectedIndex].value;
if (value != '') {
window.location.href = value;
}
}

