function changeCategory(a){var c=a.options[a.selectedIndex].value;if(c!="SortHigh"&&c!="SortLow"){var b=c+".html";window.location=b}else{if(c=="SortHigh"){sorter.sort("priceBold",{type:"int",orderby:"desc"})}if(c=="SortLow"){sorter.sort("priceBold",{type:"int",orderby:"asc"})}}};
