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

    if (redirURL == null)
        redirURL = "%2Faccess%2Fgrenier";
    redir = '../index.php?url=' + redirURL;

    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;
}
// -->

