<!--
function planagrandi(p,w,h) {
 var n=p;
 n=n.replace("-","_");
    w = window.open('','agrandissement','scrollbars=yes,location=no,toolbar=no,status=no,directories=no,width='+w+',height='+h+',menubar=no');
	w.document.write( "<html><head><title>Article de presse</title>\n" );
	w.document.write( "</head><body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>" );
	w.document.write( "<center><a href='javascript:window.close();'><img src='/programme/"+p+".gif' border=0></a></center>" );
	w.document.write( "</body></html>" );
	w.document.close();
}
//-->
