function logo()
	{
var largeur="407";
var hauteur="174";
var fichier="logo.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,0,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 contenu()
	{
var largeur="100%";
var hauteur="100%";
var fichier="flash/index.swf?menuselecta=1";

document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,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');
}
