// Instructions d'affichage Flash
// Récupération de l'URL

function FBAffichageFlash () {
	currURL = location.pathname;
	arrURL = location.pathname.split("/");
	currDirectory = arrURL[1];
	
	return currDirectory;
	
}
	


