function accionCarrito(item,cantidad,dir){
    if (dir)
        location=dir+'?item='+item+'&cantidad='+cantidad;
    else
        location='?item='+item+'&cantidad='+cantidad;
}

