// JavaScript Document

function swf_index()
{
document.write('<object type="application/x-shockwave-flash" data="index.swf" width="813" height="590">\n');
document.write('<param name="wmode" value="Transparent">\n');
document.write('<param name="movie" value="index.swf">\n');
document.write('<param name="quality" value="high">\n');
document.write('<param name="bandeau" value="exactfit">\n');
document.write('</object>\n');
}