function AddItem(item_id){
    document.orderForm.addCatId.value = item_id;
    document.orderForm.submit();
}
