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 popupFAQ(page)
{
  fenetre = window.open(page,'faq', 'top=0, left=0, width=640, height=440, resizable=no, toolbar=no, scrollbars=no, status=no, menubar=no, titlebar=no, dependent=yes');
}
function popupVG(page)
{
  fenetre = window.open(page,'faq', 'top=0, left=0, width=605, height=480, resizable=no, toolbar=no, scrollbars=no, status=no, menubar=no, titlebar=no, dependent=yes');
}
function popupGDJ(page)
{
  fenetre = window.open(page,'faq', 'top=0, left=0, width=595, height=800, resizable=yes, toolbar=no, scrollbars=no, status=no, menubar=no, titlebar=no, dependent=yes');
}
function popupDivers(page)
{
  fenetre = window.open(page,'faq', 'top=0, left=0, width=600, height=842, resizable=yes, toolbar=no, scrollbars=yes, status=no, menubar=no, titlebar=no, dependent=yes');
}
function popupIns(page)
{
  fenetre = window.open(page,'inscription', 'top=0, left=0, width=660, height=475, resizable=no, toolbar=no, scrollbars=no, status=no, menubar=no, titlebar=no, dependent=yes');
}
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
