function godirekt(form) {
	var myindex=form.direkt.selectedIndex
	if (form.direkt.options[myindex].value != "-") {
		location=form.direkt.options[myindex].value;}
}