<!--
function valtKategori(form) {
		var nr = form.cboWebCode.selectedIndex;
		location = "adlist.asp?Search=Category&intCategoryId=" + form.cboWebCode.options[nr].value;
		}
//-->
