function femme() 
{ 
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="369" height="174">\n'); 
document.write('<param name="movie" value="flash/femme.swf">\n'); 
document.write('<embed src="flash/femme.swf" width="369" height="174" type="application/x-shockwave-flash" >\n'); 
document.write('</embed>\n'); 
document.write('</object>\n'); 
} 

function menu(actif,host) 
{ 
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="380" height="220">\n'); 
document.write('<param name="movie" value="flash/menu.swf?actif='+actif+'&host='+host+' ">\n');
document.write('<embed src="flash/menu.swf?actif='+actif+'&host='+host+' " width="380" height="220" type="application/x-shockwave-flash" >\n'); 
document.write('</embed>\n'); 
document.write('</object>\n'); 
} 

function atouts() 
{ 
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="512" height="47">\n'); 
document.write('<param name="movie" value="flash/atouts.swf">\n'); 
document.write('<embed src="flash/atouts.swf" width="512" height="47" type="application/x-shockwave-flash" >\n'); 
document.write('</embed>\n'); 
document.write('</object>\n'); 
}

function devis(chemin) 
{ 
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="205" height="80">\n'); 
document.write('<param name="movie" value="flash/devis.swf?host='+chemin+' ">\n'); 
document.write('<embed src="flash/devis.swf?host='+chemin+' " width="205" height="80" type="application/x-shockwave-flash" >\n'); 
document.write('</embed>\n'); 
document.write('</object>\n'); 
}