\n'); } function Pop(larg,haut,top,scrol,nom,url){ Left = (screen.availWidth) ? (screen.availWidth-larg)/2 : 0; Top = (screen.availHeight) ? (screen.availHeight-haut)/2 : 0; sett ='height='+haut+',width='+larg+',left='+Left; if (top!=0){sett+=',top='+top;}else{sett+=',top='+Top;} if (scrol==1){sett+=',scrollbars=yes';} window.open(url,nom,sett);} //-->