﻿// JScript File
function mentionslegalesclassique()
{
    window.open("http://www.citranet.fr/mentionslegales.html",null,"height=380,width=400,location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no,titlebar=no");
}
function mentionslegalesmodale()
{
    window.showModalDialog("http://www.citranet.fr/mentionslegales.html",null,"dialogHeight:380px;dialogWidth:400px;center:yes;status:no;unadorned:no;");
}