// JavaScript Document

/*************************************************
#Javascript --> flash
**************************************************/

//Exemple 2
function SelectVideo(IdPath, IdFile, PlayIt) {
	document.getElementById('PlayerVideo').SwapVideo(IdPath, IdFile, PlayIt);
}

