function przejdzDo(nowaPozycja)
{
 nowaStrona=nowaPozycja.options[nowaPozycja.selectedIndex].value
 window.location.href=nowaStrona
}

