var WebStorePopup={incrTotalAmountInCart:function(){if(window.opener&&typeof window.opener.document!="undefined"){try{setTimeout("window.opener.location.reload(true)",1000);window.opener.location.reload(true);}catch(a){return false;}}else{return false;}},incrTotalAmountInCartFromList:function(){try{if(document.getElementById("amount_of_prods")){var a=document.getElementById("amount_of_prods");a.innerHTML=Number(a.innerHTML)+1;}}catch(b){}}};
