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