<!--

function Go (select) 
{
	var wert = select.options[select.options.selectedIndex].value;
	parent.location.href = wert;
	select.form.reset();
	parent.focus();
}

//-->

