function ouvreFen(page, nom)
{
nomfen=window.open(page, nom,'toolbar=no, location=no, status=yes, scrollbars=yes, resizable=yes, copyhistory=no, width=390, height=500, left=300, top=50')
}
function ouvreFenactu(page, nom)
{
nomfen=window.open(page, nom,'toolbar=no, location=no, status=yes, scrollbars=yes, resizable=yes, copyhistory=no, width=450, height=600, left=300, top=50')
}
function ouvreFenrecrut(page, nom)
{
nomfen=window.open(page, nom,'toolbar=no, location=no, status=yes, scrollbars=yes, resizable=yes, copyhistory=no, width=500, height=530, left=300, top=50')
}

function ouvreFenPetit(page, nom)
{
nomfen=window.open(page, nom,'toolbar=no, location=no, status=yes, scrollbars=yes, resizable=yes, copyhistory=no, width=365, height=350, left=300, top=50')
}
function ouvreFenactuaccueil(page, nom)
{
nomfen=window.open(page, nom,'toolbar=no, location=no, status=yes, scrollbars=yes, resizable=yes, copyhistory=no, width=650, height=450, left=200, top=200')
}
