/* Navigateurs test?s : - IE : 5.5, 6, 7 - FF : 2, 3 - Safari : 3 - Opera : 9.0, 9.6 */ var BB_Lang = ""; var BB_ErrorDiv = null; var BB_UrlTokens = ""; function BB_trim(s){ return s.replace(/^\s+/g,'').replace(/\s+$/g,'') } function BB_AjaxRequest(u){ u += "&languesite=" + BB_Lang.toUpperCase(); u += "&UUID=" + Math.floor(Math.random()*999999+1); u += BB_UrlTokens; var script=document.createElement('script');script.src=u;script.id='BB_hiddenrequest';script.type='text/javascript'; document.getElementsByTagName("head")[0].appendChild(script); } function BB_AddToCart(ProduitID,TypeAbo){ if (arguments.length > 2) BB_AjaxRequest("http://www.e-proximus.be/e_commerce/utils/panieradd.cfm?produit_id="+ProduitID+"&TypeAbo="+TypeAbo+"&SMS=1&affil=D4677B891D09F0DBA50A9F5274512345"); else if (arguments.length > 1 && TypeAbo == 1) BB_AjaxRequest("http://www.e-proximus.be/e_commerce/utils/panieradd.cfm?produit_id="+ProduitID+"&SMS=1&affil=D4677B891D09F0DBA50A9F5274512345"); else if (arguments.length > 1) BB_AjaxRequest("http://www.e-proximus.be/e_commerce/utils/panieradd.cfm?produit_id="+ProduitID+"&TypeAbo="+TypeAbo); else BB_AjaxRequest("http://www.e-proximus.be/e_commerce/utils/panieradd.cfm?produit_id="+ProduitID); } function BB_AddToConfig(SelectionId){ if(SelectionId == '130' || SelectionId == '131' || SelectionId == '132' || SelectionId == '133' ||SelectionId == '137' || SelectionId == '139' ||SelectionId == '140'){ window.location.href='http://www.e-proximus.be/e_commerce/page_config.cfm?CFID=40386045&CFTOKEN=26779168&selection_id='+SelectionId+'&languesite='+BB_Lang; }else if(SelectionId == '134' || SelectionId == '135' || SelectionId == '136' || SelectionId == '138'|| SelectionId == '144'){ window.location.href='http://www.business.e-proximus.be/e_commerce/page_config.cfm?CFID=40386045&CFTOKEN=26779168&selection_id='+SelectionId+'&languesite='+BB_Lang; } } function BB_GetCart(){ BB_AjaxRequest("http://www.e-proximus.be/e_commerce/utils/panierget.cfm?cssv2=1&"); } function BB_UpdateCart(content, visible){ document.getElementById("BB_BasketContent").innerHTML = content; document.getElementById("BB_BasketContent").style.display = (visible)? "block" : "none"; document.getElementById("BB_BasketTitle").style.display = (visible)? "block" : "none"; } function BB_Load(){ /* parsage de l'url pour recuperer la langue courante */ /*var url = window.location.href.replace("http://", "").split('/'); if(url.length >= 2){ BB_Lang = url[1]; if(BB_Lang == "en") BB_Lang = "gb"; }else{ BB_Lang = "en"; }*/ BB_Lang = EMA.Globals.lang; if(BB_Lang == "en") BB_Lang = "gb"; /* ajout de la css */ var linkcss=document.createElement('LINK'); linkcss.href = "http://www.e-proximus.be/e_commerce/css/ajaxpaw4.css"; linkcss.type = "text/css"; linkcss.rel = "stylesheet"; document.getElementsByTagName("head")[0].appendChild(linkcss); /* ajout du calque contenant les erreurs */ BB_ErrorDiv = document.createElement('div'); BB_ErrorDiv.id='BB_MaskLayer'; document.body.appendChild(BB_ErrorDiv); /* recuperation des infos de session */ var cs = document.cookie.split(';'); var found = false; for(var i=0; i