function accueil()
{
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="770" height="460" align="middle">\n');
document.write('<param name="allowScriptAccess" value="always" />\n');
document.write('<param name="quality" value="high" />\n');
document.write('<param name="menu" value="false" />\n');
document.write('<param name="movie" value="flash/accueil.swf" />\n');
document.write('<param name="bgcolor" value="#ffffff" />\n');
document.write('<embed src="flash/accueil.swf" quality="high" bgcolor="#FFFFFF" width="770" height="460" menu="false" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" allowscriptaccess="always" />\n');
document.write('</object>\n');
}

function bandeauRecherche()
{
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="770" height="220" align="middle">\n');
document.write('<param name="allowScriptAccess" value="always" />\n');
document.write('<param name="movie" value="flash/search.swf?indic=recherche" />\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="flash/search.swf?indic=recherche" quality="high" bgcolor="#FFFFFF" width="770" height="220" menu="false" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" allowscriptaccess="always" />\n');
document.write('</object>\n');
}

// autre example
/*
var myObject = document.createElement('object');
DivID.appendChild(myObject);
myObject.width = "770";
myObject.height = "460";
myObject.classid= "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"; 
myObject.URL = "flash/accueil.swf";
myObject.uiMode = "none" ;*/
