<!--
function ouvrepopup(fichier,h,l) {
var winl = (screen.width - l) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+l+',top='+wint+',left='+winl+',scrollbars=0,toolbar=no,location=no,directories=no,status=no,resizable=no'
win = window.open(fichier,"telechargement",winprops)
}
//-->
