function KPnleFen(url) { // cette fonction ne fait rien pour l'instant. elle permet de mettre un ecvennement  OnKeyPress pour accessibilitˇ}function nleFenetre(url) {             options = "location=yes, scrollbars=yes,resizable=yes,toolbar=yes,status=yes,menubar=yes,width=700,height=500" ; options += ",top=" + String(window.screen.Height/2 - 400) ;            options += ",left=" + String(window.screen.Width/2 - 300) ; var wNleF = window.open(url,"wNleF",options);            return false ; }function fermer() {opener=self;self.close();}
