// JavaScript Document


var myVideoContent = '<div style="width:367px;height:246px;float:right;margin:0 0 1em 2em;background-color:transparent;"><object width=\'367\' height=\'246\' ><param name=\'movie\' value=\'http://www.jetravaille.eu/lecteur/flvplayer.swf\'/><param name=\'flashvars\' value=\'file=http://www.jetravaille.eu/videos/w4/w4_haut.flv&amp;wmode=transparent&amp;autostart=true&amp;showicons=true&amp;volume=100&amp;showdigits=true&amp;overstretch=false\' /><embed  wmode=\'transparent\' src=\'http://www.jetravaille.eu/lecteur/flvplayer.swf\' width=\'367\' height=\'246\' bgcolor=\'#FFFFFF\' type=\'application/x-shockwave-flash\' pluginspage=\'http://www.macromedia.com/go/getflashplayer\' flashvars=\'file=http://www.jetravaille.eu/videos/w4/w4_haut.flv&amp;wmode=transparent&amp;autostart=true&amp;showicons=true&amp;volume=100&amp;showdigits=true&amp;overstretch=false\'/></object></div>';


if (AC_FL_RunContent == 0 || DetectFlashVer == 0) {
	
	
} else {
	var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
	if(hasRightVersion) {  // si nous avons détecté une version acceptable
		// intégrer le clip Flash
		
		document.write('<div style="z-index: -600">');
		document.write(myVideoContent);
		document.write('</div>');
	} else {  // version Flash trop ancienne ou détection du plug-in impossible
		
	}
}