/* "htmlWindow_600" CrŽe une fenetre avec bandeaux: 600 x 400 Appeler alors la fonction "htmlWindow_600" */ function htmlWindow_600(pagehtml) { htmlWindow = window.open(pagehtml, "fenetrehtml", "toolbar=yes,status=yes,menubar=yes,location=yes,scrollbars=yes,resizable=yes,width=600,height=440") htmlWindow.focus() }