﻿
var tb_pathToImage = "http://www.xumuj.com/js/thickbox/loadingAnimation.gif";
function ShowDialog(url, caption) {
    if (!caption) {
        tb_show("", url, false);
    } else {
        tb_show(caption, url, false);
    }
}
function CloseDialog() {
    $("#J_CartInfo").hide();
}
function addCart(bcid, id) {
           var iquantity = 0;
           jQuery.getScript("http://www.xumuj.com/Cws/Handlers/GetCartCount.ashx?a=" + Math.random() + "&ID=" + id, function() {
           quantity = qty;
           iquantity++;
           jQuery.getScript("http://www.xumuj.com/Cws/Handlers/CartQuantity.ashx?a=" + Math.random() + "&ID=" + id + "&Quantity=" + iquantity, function() {
               $("#scount").html(jso.count);
               $(".tb-price").html(jso.totalAll);
               $("#J_CartInfo").show();
           });
       }); 
}



