function accueil()
	{
var largeur="100%"; 
var hauteur="350";
var fichier="accueil.swf";
var alignement="middle";
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="'+alignement+'">\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="'+alignement+'" type="application/x-shockwave-flash" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" allowscriptaccess="always" />\n');
document.write('</object>\n');
}

function flashtest()
	{
var largeur="32"; 
var hauteur="32";
var fichier="flashtest.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 lien_tourisme()
	{
var largeur="468"; 
var hauteur="60";
var fichier="lien_tourisme.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 index()
	{
var largeur="100%"; 
var hauteur="100%";
var fichier="index.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');
}
