function catSubmit(catCode) {
	document.forms["q_SubCat"].search_subcategory.value = catCode;
	document.forms["q_SubCat"].submit();
}

