function catList(id,category){
    var dstr = 'action=catList&id='+id+'&category='+category;
    $.ajax({
        url: 'DeliInventoryPage2.php',
        type: 'get',