function filterProducts()
{
    id = document.getElementById('ddBrands').value;
    category = document.getElementById('hCategoryID').value;
    
    document.location.href='/produse.aspx?cID='+category+'&brand='+id;
}
