function go()
{
if (document.selecter.select_woj.options[document.selecter.select_woj.selectedIndex].value != "none")
{
location = document.selecter.select_woj.options[document.selecter.select_woj.selectedIndex].value
}                       
}
