﻿
function statecar() 
{
    var d = document.getElementById("xp_sp");
    if (d.style.display == "block") {
        d.style.display = "none";
        document.getElementById("xp_sp_footer").style.display = "none";
        document.getElementById("img_con").src = "images/shoppingcar/b-expandido.png";
        stcar = 0;
    }
    else 
    {
        d.style.display = "block";
        document.getElementById("xp_sp_footer").style.display = "block";
        document.getElementById("img_con").src = "images/shoppingcar/b-contraido.png";

        stcar = 1;
    }

}
function ocultarcar() {

    document.getElementById("xp_sp").style.display = "none";
    document.getElementById("xp_sp_footer").style.display = "none";
    document.getElementById("xp_sp_head").style.display = "none";

}

function mostrarcar() {
    document.getElementById("xp_sp").style.display = "block";
    document.getElementById("xp_sp_footer").style.display = "block";
    document.getElementById("xp_sp_head").style.display = "block";

}
function GetMessageFromServer(num) {
    UseCallBack(num, "");
}

function JSCallback(arg, context) {
    //__doPostBack('WucShoppingCar1_UpdatePanel1','ee');  wucShoppingCar1_up_car  twucShoppingCar1$up_car
    __doPostBack('wucShoppingCar1_up_car', 'ee');


}
function ingresar(numm) {
    GetMessageFromServer(numm);

}

