
//**************************************module pour liste club**************/

function pointclub(point){

	for(i=1;i<=30;i++){
	
/*	document.getElementById("point"+i).style.display = "none";*/
			document.getElementById("point"+i).style.visibility = "hidden";

	}
	
	var	bgi = point + ".gif";
	//alert(bgi);
	//document.getElementById(point).style.top= "10px";
/*			document.getElementById(point).style.display = "inline";*/
	document.getElementById(point).style.visibility = "visible";
	//document.getElementById(point).style.backgroundImage = "url(images/point1.gif)";

}

function pointout(){

	for(i=1;i<=30;i++){
	
	
		/*document.getElementById("point"+i).style.display = "none";*/
			document.getElementById("point"+i).style.visibility = "hidden";
	
	}



}

//**************************************module pour liste club FIN**************/


//**************************************module pour le bouton accueil**************/

function gotoacc(){


	//self.location.hash="menu2.php";
	//window.location.reload();
    window.location.href = "index.php";
	//document.body.style.cursor = 'auto';
}

/*function mon(){
	//this.style.cursor='help';
	document.body.style.cursor = 'hand';

}
function mou(){
	//this.style.cursor='help';
	document.body.style.cursor = 'auto';

}*/

//onmouseover=\"document.body.style.cursor='hand';\" 
//onmouseout=\"document.body.style.cursor='auto';\"

//**************************************module pour le bouton accueil FIN**************/
