function Inclure(LeMenu){
	LaPage=window.location;
	if (window == window.top)
	{
	document.write("<html>")
	document.write("<head>")
	document.write("<title>FFTA - R&eacute;glementation</title>")
	document.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\">")
	document.write("</head>")
	document.write("<frameset rows=\"*,40\" frameborder=\"NO\" border=\"0\" framespacing=\"0\">")
	document.write("<frameset cols=\"*,780,*\" frameborder=\"NO\" border=\"0\" framespacing=\"0\">") 
	document.write("<frame name=\"Gauche\" scrolling=\"NO\" noresize src=\"../Vide.html\">")
	document.write("<frameset rows=\"100,*\" frameborder=\"NO\" border=\"0\" framespacing=\"0\">") 
    document.write("<frame name=\"Tetiere\" scrolling=\"NO\" noresize src=\"Tet_Reglement.html\" >")
    document.write("<frameset cols=\"220,*\" frameborder=\"NO\" border=\"0\" framespacing=\"0\">") 
    document.write("<frame name=\"NavCol\" noresize scrolling=\"NO\" src=\"Nav_"+LeMenu+".html\">")
    document.write("<frame name=\"Contenu\" src=\""+window.top.location.href+"?\">")
    document.write("</frameset>")
	document.write("</frameset>")
	document.write("<frame name=\"Droite\" scrolling=\"NO\" noresize src=\"../Vide.html\">")
	document.write("</frameset>")
	document.write("<frame name=\"Bas\" scrolling=\"NO\" noresize src=\"../BasePage.html\">")
	document.write("</frameset>")
	document.write("<noframes>")
	document.write("<body bgcolor=\"#FFFFFF\" text=\"#000000\">")
	document.write("</body>")
	document.write("</noframes>") 
	document.write("</html>")
	}
}
