<!--
function montre(id) {
x=montre_central ();
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 montre_central(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 montre_goutte(id) {
var d = document.getElementById(id);
d.style.display='block';}
function cache(id) { 
	if (document.getElementById) { 
		document.getElementById(id).style.display="none"; 
	} else if (document.all) { 
		document.all[id].style.display="none"; 
	} else if (document.layers) { 
		document.layers[id].display="none"; 
	} 
}
function ouvrir_fenetre(id)
	{

	window.open("form_reservation.php?id=" + id,"réservation", "toolbar=no,location=no, status=no,menubar=no,scrollbars=no,resizable=no,width=500,height=400, top=50, left=50");
	}
function ouvrir_fenetre_reac(id)
	{
	window.open("form_reaction.php?id=" + id,"réservation", "toolbar=no,location=no, status=no,menubar=no,scrollbars=yes,resizable=no,width=515,height=600, top=50, left=50");
	}
function ouvrir_fenetre_petition(id)
	{
	window.open("form_petition.php?id=" + id,"petition", "toolbar=no,location=no, status=no,menubar=no,scrollbars=yes,resizable=no,width=515,height=450, top=50, left=50");
	}						
//-->



		