/* "htmlWindow_1000" CrŽe une fenetre avec bandeaux: 1000 x 700 Appeler alors la fonction "htmlWindow_1000" */ function htmlWindow_1000(pagehtml) { htmlWindow = window.open(pagehtml, "minifenetre", "toolbar=yes,status=yes,menubar=yes,location=yes,scrollbars=yes,resizable=yes,width=1000,height=700") htmlWindow.focus(); }