function RunSwf(chemin,width,height,transparence,boucle,id,variable)
{
	document.write('<div style="display: none;" id="preload_' + id + '">');
    document.write('<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="0" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="'+width+'" height="'+height+'"> \n');
    document.write('<param name="movie" value="'+chemin+'" />\n');
    document.write('<param name="allowScriptAccess" value="always" />\n');
    document.write('<param name="quality" value="High" />\n');
    document.write('<param name="flashvars" value="'+variable+'" />');
    document.write('<param name="wmode" value="'+transparence+'" />\n');
    document.write('<param name="loop" value="'+boucle+'" />\n');
    document.write('<embed src="'+chemin+'" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" wmode="'+transparence+'" width="'+width+'" height="'+height+'" flashvars="'+variable+'" quality="High" />\n');
    document.write('</object>\n');
    document.write('</div>');
    document.write('<div id="loading_' + id + '">');
    document.write('<table cellpadding="0" cellspacing="0" style="width: 100%">');
	document.write('					<tr>');
	document.write('						<td>');
	document.write('							<img alt="" height="153" src="images/header/logo.jpg" width="360"></td>');
	document.write('							<td>');
	document.write('							<a href="Index.asp"><img alt="" border="0" height="153" src="images/header/Home.jpg" width="133"></a></td>');
	document.write('							<td>');
	document.write('							<a href="Lieu.asp"><img alt="" border="0" height="154" src="images/header/lieu.jpg" width="117"></a></td>');
	document.write('							<td>');
	document.write('							<a href="Boire.asp"><img alt="" border="0" height="154" src="images/header/boire.jpg" width="109"></a></td>');
	document.write('							<td>');
	document.write('							<a href="Breves.asp"><img alt="" border="0" height="154" src="images/header/breves.jpg" width="108"></a></td>');
	document.write('							<td>');
	document.write('							<a href="Contact.asp"><img alt="" border="0" height="154" src="images/header/contact.jpg" width="124"></a></td>');
	document.write('						</tr>');
	document.write('					</table>');
    document.write('</div>');
}
