<!--
function changeCategory() {
  location=document.forms[0].category.options[document.forms[0].category.selectedIndex].value;
}
//-->

