function surfto(form) {
var artbedingt=form.select1.selectedIndex
if (form.select1.options[artbedingt].value != "0") {
location=form.select1.options[artbedingt].value;}
}