
window.google_analytics_uacct="UA-241937-31";var END_OF_INPUT=-1;var base64Chars=new Array('A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z','a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z','0','1','2','3','4','5','6','7','8','9','+','/');var reverseBase64Chars=new Array();for(var i=0;i<base64Chars.length;i++){reverseBase64Chars[base64Chars[i]]=i;}
var base64Str;var base64Count;function setBase64Str(str){base64Str=str;base64Count=0;}
function readReverseBase64(){if(!base64Str)return END_OF_INPUT;while(true){if(base64Count>=base64Str.length)return END_OF_INPUT;var nextCharacter=base64Str.charAt(base64Count);base64Count++;if(reverseBase64Chars[nextCharacter]){return reverseBase64Chars[nextCharacter];}
if(nextCharacter=='A')return 0;}
return END_OF_INPUT;}
function ntos(n){n=n.toString(16);if(n.length==1)n="0"+n;n="%"+n;return unescape(n);}
function decodeBase64(str){setBase64Str(str);var result="";var inBuffer=new Array(4);var done=false;while(!done&&(inBuffer[0]=readReverseBase64())!=END_OF_INPUT&&(inBuffer[1]=readReverseBase64())!=END_OF_INPUT){inBuffer[2]=readReverseBase64();inBuffer[3]=readReverseBase64();result+=ntos((((inBuffer[0]<<2)&0xff)|inBuffer[1]>>4));if(inBuffer[2]!=END_OF_INPUT){result+=ntos((((inBuffer[1]<<4)&0xff)|inBuffer[2]>>2));if(inBuffer[3]!=END_OF_INPUT){result+=ntos((((inBuffer[2]<<6)&0xff)|inBuffer[3]));}else{done=true;}}else{done=true;}}
return result;}
function lire_cookie(nom){var arg=nom+"=";var alen=arg.length;var clen=document.cookie.length;var i=0;while(i<clen){var j=i+alen;if(document.cookie.substring(i,j)==arg)
return'true';i=document.cookie.indexOf(" ",i)+1;if(i==0)break;}
return null;}
function dext(lien){return ext(decodeBase64(lien));}
function ext(lien){var hauteur=screen.height-100;var largeur=screen.width-100;var haut=(screen.height-hauteur)/2;var gauche=(screen.width-largeur)/2;window.open(lien,'_blank','toolbar=yes,location= yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,directories=yes,width='+largeur+',height='+hauteur+',top='+haut+',left='+gauche+'');try{pageTracker._trackPageview(lien);}catch(e){}
return false;}
var isIE=(navigator.appName=="Microsoft Internet Explorer");var hasFocus=true;var active_element;function setFocusEvents(){active_element=document.activeElement;if(isIE){document.onfocusout=function(){onWindowBlur();}
document.onfocusin=function(){onWindowFocus();}}else{window.onblur=function(){onWindowBlur();}
window.onfocus=function(){onWindowFocus();}}}
function onWindowFocus(){hasFocus=true;}
function onWindowBlur(){if(active_element!=document.activeElement){active_element=document.activeElement;return;}
hasFocus=false;}
function casto(){try{document.body.onclick=function(){if(window.casto_poped&&lire_cookie('casto')!='true'&&lire_cookie('spip_admin')==null){document.cookie="casto=true";var lien='/boutique/www.castorama.fr/store/';var hauteur=screen.height-100;var largeur=900;var haut=(screen.height-hauteur)/2;var gauche=(screen.width-largeur)/2;var chrome='yes';if(navigator.userAgent.toLowerCase().indexOf('chrome')>-1){var chrome='no';}
var bluered=window.open(lien,'bluered','toolbar=yes,location= yes,status=yes,menubar='+chrome+',scrollbars=yes,resizable=yes,directories=yes,width='+largeur+',height='+hauteur+',top='+haut+',left='+gauche+'');window.casto_poped=false;bluered.blur();if(navigator.userAgent.toLowerCase().indexOf('chrome')>-1){window.blur();}
window.focus();try{pageTracker._trackPageview(lien);}catch(e){}}}}catch(e){}}
window.casto_poped=true;function ok(what){document.getElementById('k_'+what).value='384953246567';}
window.what=false;function jump(where){if(where!=-1){document.location.href=where;}}
function devis(){var div_devis=document.getElementById('devis');div_devis.innerHTML+='<strong><a onclick="return ext(this.href)" href="'+vitedevis('url')+'">'+vitedevis('titre')+'</a></strong>';div_devis.innerHTML+='<a onclick="return ext(this.href)" href="'+vitedevis('url')+'">'+vitedevis('sous_titre')+'</a>';}
function forum(id){document.write(unescape('%3Ciframe frameborder="0" scrolling="no" allowtransparency="no" class="question" src="http://laborieux.com/formulaire/?f='+id+'"%3E%3C/iframe%3E'))}
function casto_img(id,what){document.getElementById(id).innerHTML=decodeBase64(what);}
function p(code){window.location.replace(decodeBase64(code));}