function ouvre_fenetre(lien, titre, width, height) {

                var formWin = window.open(lien,titre,'location=0,menubar=1,status=1,scrollbars=1,resizable=1,width='+ width +',height='+ height +'');

}
