function goto(form) { var index=form.selection.selectedIndex
if (form.selection.options[index].value != "0") {
location=form.selection.options[index].value;}}
