function filterProducts()
{
    id = document.getElementById('ctl00_cpBody_ddBrands').value;
    category = document.getElementById('ctl00_cpBody_hCategoryID').value;
    
    document.location.href='/listaProduse.aspx?cID='+category+'&brandID='+id;
}