function preskoc_na(theSelect,linka){
    selindex=theSelect.selectedIndex;
    selvalue=theSelect.options[selindex].value;
    document.location.href=linka+selvalue+'#h';
}

