function swf_accueil(tWidth, tHeight, tParam1, tParam2) {
	document.write('<object type="application/x-shockwave-flash" data="images/swf/accueil.swf" width="'+tWidth+'" height="'+tHeight+'">\n');
	document.write('<param name="movie" value="images/swf/accueil.swf" />\n');
	document.write('<param name="FlashVars" value="gLangue='+tParam1+'" />\n');
	document.write('</object>\n');
}
function nouvFenetrePDF(tFile) {	window.open(tFile,'','scrollbars=yes,width=600,height=600');}
