<!--
// Teste si l'animation est chargé
function is_charge(){
var movie = window.document.javascriptToflash;
	if(movie.PercentLoaded()){ return true; }
	return false;
}

function fTGotoFrame(cible){
var movie = window.document.javascriptToflash;
	if(is_charge()){
		 	movie.TGotoFrame("/",cible-1);
	 }
}

//-->
