function MM_openBrWindow(theURL,winName,features) {
	window.open(theURL,winName,features);
}

function showHideLayers(p_strCouche, p_strEtat) {
	//parent.mainFrame.document.getElementById(p_strCouche).style.visibility=p_strEtat;
	document.getElementById(p_strCouche).style.visibility=p_strEtat;
}

function noclick() 
{ 
if (event.button==2) 
{ 
alert('Copyright ©2002 ALAIN BOITE\n\nReproduction interdite');
} 
} 
document.onmousedown=noclick 
