\n'); } function ouvreFen1 (fenetre){ vStr="scrollbars=no,resizable=no width=500 height=150 fullscreen=no"; winfen1=window.open(fenetre, "ard",vStr); winfen1.moveTo(0,100); } function ouvreFen2 (fenetre){ vStr="scrollbars=yes,resizable=yes"; winfen2=window.open(fenetre, "ard",vStr); winfen2.moveTo(100,0); } function includeFile(url) { var head = window.document.getElementsByTagName('head')[0]; var script = window.document.createElement('script'); script.setAttribute('src', url); script.setAttribute('type', 'text/javascript'); head.appendChild(script); } //-->