// Départ audio script

var showaudio	= "yes"  	// voir le son
var audioLR	= "left"  	// position LEFT OR RIGHT
var audioX	= "250"  	// DATE X localisation
var audioY	= "350"  	// DATE Y localisation
   if (showaudio == "yes") {
document.write('<div id="audio-location" class="audio" style="'+audioLR+': '+audioX+'px; POSITION: absolute; TOP: '+audioY+'px">');
document.write('<table width="540"><tr><td><p></p><br>');
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="505" height="111">');
document.write('<param name="movie" value="accueil.swf">');
document.write('<param name=quality value=high>');
document.write('<PARAM NAME=wmode VALUE=transparent>');
document.write('<embed src="accueil.swf" quality=high wmode=transparent pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="505" height="111"></embed></object></td></tr></table>');
document.write('</div>');
}

//  Fin -->
