<!-- Hide the script from old browsers --
function goto(form) { var index=form.select.selectedIndex
if (form.select.options[index].value != "0") {
location=form.select.options[index].value;}}
	
function goto(form) { var index=form.state.selectedIndex
if (form.state.options[index].value != "0") {
location=form.state.options[index].value;}}
//--> 

