
function Go (select) {
	var wert = select.options[select.options.selectedIndex].value;
	if (wert != "") { self.location.href = wert; }
}
