//Jean-Pierre Fillion - octobre 2004
function afficherTexte(texte,largeur,hauteur){
fenPhoto = null;
fenPhoto = window.open('','','width='+largeur+',height='+hauteur+',top=23,left=19,resizable=no,scrollbars=no,menubar=no');
fenPhoto.document.open();
fenPhoto.document.write('<html><head><title>MRNF - Québec 2007&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</title></head>'+
'<body bgcolor="#ffffff" topmargin="0" leftmargin="0">'+
'<div style="padding:10px"><font face="arial" size="2">'+texte+'</font></div></body></html>');
fenPhoto.document.close();
return false;
}
