function changeCat(frm, thisbox) {
   var optiontxt = thisbox.options[thisbox.selectedIndex].value;
   if (optiontxt == "0"){
        return;
    }
    location.href = optiontxt;
}