// JavaScript Document
function RunEmbedHead(src)
{
    document.write('<object data="flash/'+src+'.swf" type="application/x-shockwave-flash" name="top" width="828" height="116" id="topflash">\n');
    document.write('<param name="movie" value="flash/'+src+'.swf" />\n');
	document.write('<param name="wmode" value="transparent" />\n');
	document.write('<img src="flash/home-head.png" width="828" height="116" alt="Itec services " />\n');
    document.write('</object>\n');
}
function RunEmbedHeadGB()
{
    document.write('<object data="flash/home-head-gb.swf" type="application/x-shockwave-flash" name="top" width="828" height="116" id="topflash">\n');
    document.write('<param name="movie" value="flash/home-head-gb.swf" />\n');
	document.write('<param name="wmode" value="transparent" />\n');
	document.write('<img src="flash/home-head.png" width="828" height="116" alt="Itec services " />\n');
    document.write('</object>\n');
}
function RunEmbedMenu(src)
{
    document.write('<object data="flash/'+src+'.swf" type="application/x-shockwave-flash" name="menu" width="828" height="190" id="menuflash">\n');
    document.write('<param name="movie" value="flash/'+src+'.swf" />\n');
	document.write('<b>&nbsp; Menu nécessitant la présence du plug-in flash 8 : A télécharger sur le site de <a href="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0">Macromédia</a></b></br><b>&nbsp; Flash 8 plugin needed : download it on <a href="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0">Macromedia</a></b>\n');
    document.write('</object>\n');
}
function RunEmbedMenuGB()
{
    document.write('<object data="flash/menugb-photo1.swf" type="application/x-shockwave-flash" name="menu" width="828" height="190" id="menuflash">\n');
    document.write('<param name="movie" value="flash/menugb-photo1.swf" />\n');
	document.write('<b>&nbsp; Flash 8 plugin needed : download it on <a href="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0">Macromedia</a></b>\n');
    document.write('</object>\n');
}