function affichage_popup(nom_page, nom_fenetre,hauteur,largeur)
{
//window.open (nom_page, nom_fenetre, config='height='+hauteur+', width='+largeur+', toolbar=yes, menubar=yes, scrollbars=yes, resizable=yes, location=yes, directories=yes, status=yes,top=0,left=300');
window.open (nom_page, nom_fenetre, config='height='+hauteur+', width='+largeur+', toolbar=no, menubar=no, scrollbars=no, resizable=yes, location=no, directories=no, status=no,top=0,left=200');
}

