function montre(id) {
	var d = document.getElementById(id);
	for (var i = 1; i<=10; i++) {
		if (document.getElementById('smenu'+i)) {
			document.getElementById('smenu'+i).style.display='none';
		}
	}
	if (d) {
		d.style.display='block';
	}
	
}

function demandeInfo(){
	var l_width=550;
	var l_height=600;
	var l_left = ( screen.width - l_width ) / 2;
	var l_top = ( screen.height - l_height ) / 2;
	nouve = window.open('infos.php','infos','width='+l_width+',height='+l_height+',left='+l_left+',top='+l_top);
	if(nouve.window.focus){nouve.window.focus();}
}

function demandeInscription(){
	var l_width=570;
	var l_height=600;
	var l_left = ( screen.width - l_width ) / 2;
	var l_top = ( screen.height - l_height ) / 2;
	nouve = window.open('inscription.php','infos','resizable,scrollbars=yes, width='+l_width+',height='+l_height+',left='+l_left+',top='+l_top);
	if(nouve.window.focus){nouve.window.focus();}
}

function Quiz(){
	var l_width=550;
	var l_height=430;
	var l_left = ( screen.width - l_width ) / 2;
	var l_top = ( screen.height - l_height ) / 2;
	window.open('../jeunes/quiz.php','_self');
/*	nouve = window.open('../jeunes/quiz.php','infos','width='+l_width+',height='+l_height+',left='+l_left+',top='+l_top);
	if(nouve.window.focus){nouve.window.focus();}*/
}