function go(url,w,h){ var x=(screen.width-w)/2; var y=(screen.height-h)/2; fen=window.open(url,'lancement','scrollbars=yes,left='+x+', top='+y+',width='+w+',height='+h+',status=no,menubar=no, location=no,resizable=yes'); fen.focus(); }