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="900" height="262">\n');
    document.write('<param name="movie" value="img/structure/bandeau_speedway_060509.swf" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<param name="wmode" value="transparent" />\n');
	document.write('<embed src="img/structure/bandeau_speedway_060509.swf" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="900" height="262"></embed>\n');
    document.write('</object>\n');
}


/***********************************************
* Image Thumbnail viewer- &copy; Dynamic Drive (www.dynamicdrive.com)
* Last updated Sept 26th, 03'. This notice must stay intact for use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

var ie=document.all
var ns6=document.getElementById && !document.all

function ietruebody(){
return (document.compatMode && document.compatMode!="BackCompat" && !window.opera)? document.documentElement : document.body
}

function enlarge(which){
if (ie||ns6){
	crossobj=document.getElementById? document.getElementById("showimage") : document.all.showimage
	
	crossobj.innerHTML='<br>'+which+'<br><br><span class="closetext">Continuer</span><br><br>'
	crossobj.style.visibility="visible"
	return false
}

}

function closepreview(){
crossobj.style.visibility="hidden"
}