
function flash()
{
var largeur="800";
var hauteur="600";
var fichier="fichier_commun/homepage/promo.swf";
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="'+largeur+'" height="'+hauteur+'" align="middle">\n');
document.write('<param name="allowScriptAccess" value="always" />\n');
document.write('<param name="movie" value="'+fichier+'" />\n');
document.write('<param name="wmode" value="transparent" />\n');
document.write('<param name="quality" value="high" />\n');
document.write('<param name="bgcolor" value="#ffffff" />\n');
document.write('<param name="menu" value="false" />\n');
document.write('<embed src="'+fichier+'" quality="high" bgcolor="#FFFFFF" width="'+largeur+'" height="'+hauteur+'" menu="false" align="middle" type="application/x-shockwave-flash" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" allowscriptaccess="always" />\n');
document.write('</object>\n');
}


function tarifs()
{
var largeur="800";
var hauteur="600";
var fichier="fichier_commun/promo_tarifs.swf";
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="'+largeur+'" height="'+hauteur+'" align="middle">\n');
document.write('<param name="allowScriptAccess" value="always" />\n');
document.write('<param name="movie" value="'+fichier+'" />\n');
document.write('<param name="wmode" value="transparent" />\n');
document.write('<param name="quality" value="high" />\n');
document.write('<param name="bgcolor" value="#ffffff" />\n');
document.write('<param name="menu" value="false" />\n');
document.write('<embed src="'+fichier+'" quality="high" bgcolor="#FFFFFF" width="'+largeur+'" height="'+hauteur+'" menu="false" align="middle" type="application/x-shockwave-flash" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" allowscriptaccess="always" />\n');
document.write('</object>\n');
}