<!--

function PopUp(fichier_a,nom_page,largeur,hauteur,scrollbars)
{// Si nom_page n'est pas précisé alors une nlle popup s'ouvrira à chaque fois
window.open(fichier_a,nom_page,'width='+largeur+',height='+hauteur+',screenX=0,screenY=0,top=0,left=0,toolbar=0,location=0,directories=0,status=0,scrollbars='+scrollbars+',resizable=1,copyhistory=0,menuBar=0');
}

//-->