function go(_1){
target=_1.options[_1.selectedIndex].value.toString();
if(target=="..."){
return;
}
this.location=target;
return;
};
function reloadTypes(_2){
var _3="/knives/kitchen/misc/usetype/"+_2.options[_2.selectedIndex].value+"/index.shtml";
imgFlag=document.getElementById("imgFlag").checked;
if(imgFlag==false){
_3+="?ni=1";
}
this.location=_3;
return;
};
function typeImgSelectorClk(_4){
var _5=document.getElementById("usetype");
reloadTypes(_5);
return;
};

