var MES_ERREUR="Erreur - Ce produit ne peut plus être réservé";var URL_AJAX_RESERVATION="AjaxReservationGetTypeAjout";var FROM="from";var STORE_ID="storeId";var CATALOG_ID="catalogId";var LANG_ID="langId";var CATEGORY_ID="categoryId";var ANIM_ID="animId";var PRODUCT_TO_ADD="productToAdd";var WISH_LIST_ID="wishlistId";var URL_RETOUR="urlRetour";function chargeReservation(urlAjax){$j.ajax({type:"GET",url:urlAjax,error:function(msg){alert(MES_ERREUR);},success:function(data){eval(data);}});}function chargeReservationPageProduit(A,E,D,C,B){if(null!=C){chargeGlobaleWithCategory(A,E,D,C,B);}else{chargeGlobale(A,E,D,B);}}function chargeReservationPageListe(A,E,D,C,B){if(null!=C){chargeGlobaleWithCategory(A,E,D,C,B);}else{chargeGlobale(A,E,D,B);}}function chargeReservationPageOpcom(A,F,E,D,B,C){if(null!=D){chargeGlobaleWithCategory(A,F,E,D,C);}else{chargeGlobale(A,F,E,C);}}function chargeReservationRechEtComp(A,D,C,B){chargeGlobale(A,D,C,B);}function chargeReservationRechEtCompWC(A,E,D,C,B){if(null!=C){chargeGlobaleWithCategory(A,E,D,C,B);}else{chargeGlobale(A,E,D,B);}}function chargeReservationWishList(B,F,E,C,D){var A="/webapp/wcs/stores/servlet/"+URL_AJAX_RESERVATION+"?"+STORE_ID+"="+B+"&"+CATALOG_ID+"="+F+"&"+LANG_ID+"="+E+"&"+WISH_LIST_ID+"="+C+"&"+PRODUCT_TO_ADD+"="+D+"&"+URL_RETOUR+"="+remplaceChaine();chargeReservation(A);}function chargeReservationWishListWithCategory(B,G,F,C,E,D){var A="/webapp/wcs/stores/servlet/"+URL_AJAX_RESERVATION+"?"+STORE_ID+"="+B+"&"+CATALOG_ID+"="+G+"&"+LANG_ID+"="+F+"&"+WISH_LIST_ID+"="+C+"&"+PRODUCT_TO_ADD+"="+E+"&"+CATEGORY_ID+"="+D+"&"+URL_RETOUR+"="+remplaceChaine();chargeReservation(A);}function chargeGlobale(B,E,D,C){var A="/webapp/wcs/stores/servlet/"+URL_AJAX_RESERVATION+"?"+STORE_ID+"="+B+"&"+CATALOG_ID+"="+E+"&"+LANG_ID+"="+D+"&"+PRODUCT_TO_ADD+"="+C+"&"+URL_RETOUR+"="+remplaceChaine();chargeReservation(A);}function chargeGlobaleWithCategory(B,F,E,D,C){var A="/webapp/wcs/stores/servlet/"+URL_AJAX_RESERVATION+"?"+STORE_ID+"="+B+"&"+CATALOG_ID+"="+F+"&"+LANG_ID+"="+E+"&"+CATEGORY_ID+"="+D+"&"+PRODUCT_TO_ADD+"="+C+"&"+URL_RETOUR+"="+remplaceChaine();chargeReservation(A);}function remplaceChaine(){var A=window.location.href;return A.replace(/&/g,"@@");}
