window.onload=montre;
function montre(id) {
var d = document.getElementById(id);
	for (var i = 1; i<=1; i++) {
		if (document.getElementById('smenu'+i)) {document.getElementById('smenu'+i).style.display='none';}
	}
if (d) {d.style.display='block';}
}

var fois=0
function AfficheImage(petiteImage,grandeImage,texteImage,ColorBorder,marginImage)
{
document.write('<A HREF="javascript:Affichegrande(\''+grandeImage+'\',\''+texteImage+'\')"><IMG SRC="'+petiteImage+'"  style="border:#'+ColorBorder+' 1px solid; margin-right:'+marginImage+'px; margin-bottom:'+marginImage+'px;" HSPACE=0 VSPACE=0 BORDER=0 ALT="Agrandir l\'\image"></A>');
} 
function Affichegrande(cheminImage,texte)
{
newImage = new Image;
newImage.src = cheminImage;
html = '<HTML><HEAD><TITLE>Image</TITLE><meta http-equiv="Pragma" content="no-cache"></HEAD><BODY leftmargin=0 marginwidth=0 topmargin=0 marginheigth=0 oncontextmenu="return false"><CENTER>'+
'<a href="#" onClick="window.close()"><IMG SRC="'+cheminImage+'" BORDER=0 NAME=monImage alt="'+texte+'"border="0" onLoad="window.resizeTo(document.monImage.width+20,document.monImage.height+80); window.moveTo((screen.width-document.monImage.width)/2,5)"> </a></CENTER></BODY></HTML>';
if (fois == 1 ) ouvrirImage.close();
ouvrirImage = window.open('','_blank','toolbar=0,location=0,menuBar=0,scrollbars=0,resizable=0');
ouvrirImage.document.write(html);
fois=1;
}


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


function openclose(id){
	if ( document.getElementById("onglet_" + id).style.display != 'none' ) {document.getElementById("onglet_" + id).style.display = 'none';}
	else {document.getElementById("onglet_" + id).style.display = '';}
}
