function swf_accueil(tWidth, tHeight, tParam)
{
  document.write('<object type="application/x-shockwave-flash" data="images/swf/main.swf" width="'+tWidth+'" height="'+tHeight+'">\n');
  document.write('<param name="movie" value="images/swf/main.swf" />\n');
  document.write('<param name="FlashVars" value="gLangue='+tParam+'" />\n');
  document.write('</object>\n');
}

function fenetre_press(tImg, tNom){	window.open('press_grand.php?img='+tImg+'&nom='+tNom,'', 'menubar=no,location=no,resizable=no,scrollbars=yes,status=no,width=880,height=660');}
