function goToFromSelect( url )
{
	goUrl = url.options[url.selectedIndex].value
	if ( url != '' ){
		window.location.href = goUrl
	}
}
