var temoin=0;
function boite(){
	MM_reloadPage(true);
	document.body.style.overflow="hidden";
	temoin=location.search.substring(1);
	if (temoin==1){
	  for(var i=0;i<=13;i++)	{document.links[i].href=document.links[i].href+"?1";}
	};
		if (navigator.appName=="Microsoft Internet Explorer"){
		document.all.fonie.style.visibility="visible";
		document.all.fonmo.style.visibility="hidden";
	}
	else {};
	document.getElementById("chargement").style.visibility="hidden";
	document.getElementById('webmaster').style.top='0px';
	document.getElementById("gard").style.visibility="visible";//placement du calque blanc cachant ce qui est sous l'écran
																	//ce calque est obligatoire pour les cas de grands écrans il reste
																	//invisible si pas de javascript
}
function MM_reloadPage(init) { //reloads the window if Nav4 resized
   if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
	
}