<!--
function SetFrames()
{
    var leftframe = "../acGauche.htm";
    var redir = "../index.php?url=%2Faccess%2Fsql%2Findex.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;
}

function AtticNavbar(vis)
{
    document.all.themes.style.display = vis;
}
// -->
