function presentation()
{ 
document.write('<object type="application/x-shockwave-flash" data="presentation.swf" width="962" height="225"> \n'); 
document.write('<param name="wmode" value="Transparent">\n'); 
document.write('<param name="movie" value="presentation.swf">\n'); 
document.write('<param name="quality" value="high">\n'); 
document.write('<param name="menu" value="false">\n'); 
document.write('</object>\n'); 
}

function diaporama()
{ 
document.write('<object type="application/x-shockwave-flash" data="diaporama.swf" width="800" height="533"> \n'); 
document.write('<param name="wmode" value="Transparent">\n'); 
document.write('<param name="movie" value="diaporama.swf">\n'); 
document.write('<param name="quality" value="high">\n'); 
document.write('<param name="menu" value="false">\n'); 
document.write('</object>\n'); 
}
