function changeCat(){
   
 var index = document.getElementById('chgcat').selectedIndex;
 var value = document.getElementById('chgcat')[index].value;
 
 if(value != "")window.location="http://myuserbar.hu/userbar-kategoria/" + value;

}//changeCat
