function popupcentree(page,largeur,hauteur,options) { var top=(screen.height-hauteur)/2; var left=(screen.width-largeur)/2; window.open(page,"","top="+top+",left="+left+",width="+largeur+",height="+hauteur+","+options); } function popupimage(lien,titre,largeurImg,hauteurImg,options){ var top=(screen.height-hauteurImg)/2; var left=(screen.width-largeurImg)/2; var largPop=largeurImg+10; var hautPop=hauteurImg+40; w = window.open('','chargement','top='+top+',left='+left+',width='+largPop+',height='+hautPop+','+options); w.document.write( '\n' ); w.document.write( '