function Add2ShopCartAjax(_1,_2,_3,_4){
var _5=[];
_5.storeId=_2;
_5.catalogId=_3;
_5.langId=_4;
_5.orderId=".";
_5.catEntryId=_1;
_5.quantity="1";
wc.service.invoke("AjaxAddOrderItem",_5);
cursor_wait();
};
function Add2WishListAjax(_6,_7,_8,_9){
var _a=[];
_a.storeId=_7;
_a.catalogId=_8;
_a.langId=_9;
_a.catEntryId=_6;
_a.URL="SuccessfulAJAXRequest";
wc.service.invoke("AjaxInterestItemAdd",_a);
cursor_wait();
};
function Add2CompareAjax(_b,_c,_d){
if(storeAccordionJS!=null){
storeAccordionJS.Add2CompareAjaxWith(_b,_c,_d);
}
};

