function CreerCookie(nom, valeur){		var exp = new Date() ;		exp.setTime(exp.getTime() + (1000 * 60 * 60 * 24 * 31)) ;	document.cookie = nom + "=" + valeur + "; path=/" +	"; expires=" + exp.toGMTString() ;}function RechCookie(nom,exp){			var achercher = nom + "="			if (document.cookie.length > 0)			{							place=document.cookie.indexOf(achercher)							if (place != -1)							{												deb=place+achercher.length												fin=document.cookie.indexOf(";", deb)												if (fin==-1)												{														fin=document.cookie.length }								c = document.cookie.substring(deb,fin)									c=eval(c)+1											CreerCookie("compteur2",c)													return c									}						}}function Enregistrer(num){			CreerCookie("compteur2", num)}// Pour le Browser dans la partie statusvar textepva  = "pvafreerider - Le site des free riders du val d'arguenon - PLANCOET"var speed = 60 // vitesse de l'effetvar x = 0function modiftext() {var a = textepva.substring(0,x)var b = textepva.substring(x,x+1).toUpperCase()var c = textepva.substring(x+1,textepva.length)window.status = a + b + cif (x == textepva.length) {x = 0}else {x++}setTimeout("modiftext()",speed)}//// ===== Msg Deroulantfunction msg_deroulant() {var sizeX=650 // Taille horizontal du messagevar sizeY=350 // Taille vertical du messagevar SizeTotal=100 // Hauteur total du scrolling var posX=155 // Position horizontal en Pixel en partant de la gauche var posY=330 // Position vertical en Pixel en partant du haut var step=2 // Negatif=descendant Positif=montantvar speed=100  // Vitesse (nombre ELEVE=vitesse faible)if(step>0){tp1=0;frm2=SizeTotal+posY;frm1= frm2-sizeY;tp3="rect(0 "+sizeX+" 0 0)";vr1="bottom"vr2="top";frm3=posY;frm5=1;}else{tp1=sizeY;frm2=posY-sizeYtp3="rect("+sizeY+" "+sizeX+" "+sizeY+" 0)"vr2="bottom";vr1="top";frm5=-1;frm4=SizeTotal+posY;}var texte=document.init.document.forms['init'].init.valueYtop= new Array();Ybottom= new Array()Y= new Array();Ytop[1]=tp1;Ybottom[1]=tp1;Y[1]=frm2if (navigator.appName == "Netscape") {document.write('<layer left="'+posX+'" visibility=hide name="ly01">'+texte+'</layer>')with(document.ly01){visibility="show";clip.width=sizeX;clip.top=tp1;clip.bottom=tp1;top=frm2;nav=1;};}else {nav=0;document.write('<div ID="ly01" STYLE="position:absolute; left:'+posX+'; visibility:hidden;">'+texte+'</div>');with(document.all.ly01.style){visibility="visible";clip=tp3;posTop=frm2;};}		nbl=Math.ceil(SizeTotal/sizeY)+1 for (i=2;i<=nbl;i++){ Ytop[i]=tp1;Ybottom[i]=tp1if (step>0) tmp=SizeTotal+posY+(i-1)*sizeYelse tmp=posY-i*sizeY;Y[i]=tmp;if (nav) {document.write('<layer left="'+posX+'" visibility=hide name="ly0'+i+'">'+texte+'</layer>')with(eval("document.ly0"+i)){visibility="show";clip.width=sizeX;clip.top=tp1; clip.bottom=tp1;top=tmp;};}else {document.write('<div ID="ly0'+i+'" STYLE="position:absolute; left:'+posX+'; visibility:hidden;">'+texte+'</div>')with(eval("document.all.ly0"+i+".style")){visibility="visible";clip=tp3;posTop=tmp;};};}function vscroll(){for (i=1;i<=nbl;i++){Y[i]-=step;if (step>0) frm4=2*Y[i]+Ybottom[i]-posY-stepelse {frm1=posY-Ybottom[i];frm2=frm1+sizeYfrm3=2*Y[i]-SizeTotal-posY+sizeY;}			 if ((Y[i]>=frm1)&&(Y[i]<=frm2)) eval("Y"+vr1+"[i]+=step")if (Y[i]<=frm3) eval("Y"+vr2+"[i]+=step")if (Y[i]>=frm4) {Ytop[i]=tp1;Ybottom[i]=tp1Y[i]+=frm5*nbl*sizeY-frm5*step;}if (nav){with(eval("document.ly0"+i)){clip.bottom=0;clip.top=0;clip.bottom=Ybottom[i]clip.top=Ytop[i];top=Y[i];};} else {with(eval("document.all.ly0"+i+".style")){posTop=Y[i];clip="rect("+Ytop[i]+" "+sizeX+" "+Ybottom[i]+" 0)";};};}setTimeout("vscroll()",speed);}vscroll()}//<!-- function OuvreFenfunction OuvreFen(url,nomfen,infosize) {	window.open(url,nomfen,infosize) ;}//-->function OpenWindow(filename){	winCar=window.open(filename,'fichedetail','scrollbars=yes,toolbar=no,width=695,height=470')	if (winCar.opener == null) winCar.opener = self;}