<!--
function brandChange() {
        document.searchBar.submit();
}

function SetOrder(ordername) {
        document.products.order.value=ordername;
        document.products.pageCnt.value=1;
        document.products.submit();
}

function getPagenr(pageNum) {
        document.pagenrs.prevorder.value='';
        document.pagenrs.pageCnt.value=pageNum;
        document.pagenrs.submit();
}

function getPagenrlower(pageNum) {
        document.pagenrslower.prevorder.value='';
        document.pagenrslower.pageCnt.value=pageNum;
        document.pagenrslower.submit();
}

function prodChange() {
      hwgprodid = document.product.product.value;
      hwgbrand = document.product.brand.value;
      hwgkeywords = document.product.keywords.value;
      hwglowest = document.product.lowest.value;
      hwghighest = document.product.highest.value;
      hwgcity = document.product.city.value;
      hwgcompany = document.product.company.value;
      hwgtype = document.product.hwtype.value;
      document.count.src = '/modules.php?name=Hwg_Products&file=count&hwgpid='+hwgprodid+'&brand='+hwgbrand+'&keywords='+hwgkeywords+'&lowest='+hwglowest+'&highest='+hwghighest+'&city='+hwgcity+'&company='+hwgcompany+'&hwtype='+hwgtype;
      }
      
function compChange() {
        document.searchBar.submit();
      }      
      
function cityChange() {
      ccname = document.product.hwgname.value;
      city = document.product.city.value;
      hwgdomain = document.product.hwgdomain.value;
      hwgtype = document.product.hwtype.value;
      document.count.src = '/modules.php?name=Hwg_Products&file=compcount&hwgname='+ccname+'&city='+city+'&hwgdomain='+hwgdomain+'&hwtype='+hwgtype;
      }
// -->