// JavaScript Document
/*========================================*\
    Fonctions pour éviter le cadre gris dans IE	des anims Flash
\*========================================*/


/*========================================*\
    Page Index
\*========================================*/
function RunFoo()
{
	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="170" height="100">\n');
    document.write('<param name="movie" value="graphisme/logo_modia.swf">\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<embed src="graphisme/logo_modia.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="170" height="100"></embed>\n');
    document.write('<noembed><a href="index.php">Accueil Modia</a></noembed>\n')
	document.write('</object>\n');
}
/*========================================*\
    Page Crédits
\*========================================*/
function RunFoo2()
{
	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="170" height="100">\n');
   	document.write('<param name="movie" value="graphisme/logo_modia_fd_blanc.swf" />\n');
   	document.write('<param name="quality" value="high" />\n');
    document.write('<embed src="graphisme/logo_modia_fd_blanc.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="170" height="100"></embed>\n');
	document.write('<noembed><a href="http://www.modia.fr">SARL Modia</a></noembed>\n')
    document.write('</object>\n');
}
/*========================================*\
    Pages
\*========================================*/
function RunFoo3()
{
    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="170" height="100">\n');
    document.write('<param name="movie" value="../graphisme/logo_modia.swf">\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<embed src="../graphisme/logo_modia.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="170" height="100"></embed>\n');
	document.write('<noembed><a href="../index.php">Accueil</a></noembed>\n')
    document.write('</object>\n');
}
