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