<!--
function SetFrames()
{
    var leftframe = "./acGauche.htm";
    var redir = "./index.php";

    if (top.frames.length != 3)
    	window.location.href = redir;
    else
        parent.frames['drapeaux'].location = leftframe;
}

function TOCLayer(vis)
{
    document.all.toc_layer.style.visibility = vis;
}
// -->

