<!-- Départ

// NOTE: Si vous utilisez ' ajoutez un slash avant, comme ceci \'



// Changez les variables en "no" ou "yes" pour activer ou non les options



var color		= "000000"	// couleur de fond du flash
var flashheight		= "604"		// hauteur du flash 
var flashwidth		= "200"		// largeur du flash 




// Table contenant le flash




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="'+flashwidth+'" height="'+flashheight+'" id="haut" ALIGN="">');
document.write('<PARAM NAME=movie VALUE="menuvertical.swf">');
document.write('<PARAM NAME=quality VALUE=high>');
document.write('<PARAM NAME=wmode VALUE=transparent>');
document.write('<PARAM NAME=bgcolor VALUE=#'+color+'>');
document.write('<EMBED src="menuvertical.swf" quality=high wmode=transparent bgcolor=#'+color+'  width="'+flashwidth+'" height="'+flashheight+'" NAME="haut" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
document.write('</EMBED>');
document.write('</OBJECT>');
document.write('<br>');

// Fin -->

