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