function Go (select) {
	var wert = select.options[select.options.selectedIndex].value;
	top.location.href = wert;
}