function gotohref(theSelect) {
thehref = theSelect.options[theSelect.selectedIndex].value;
window.location.href = thehref;
}