function popup(fichier,w,h) { ff=window.open(fichier,"pop","left=200,top=200,scrollbars=no"); if(ff) { ff.focus() ; ff.resizeTo(w,h) } } function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); }