function SendDataToFlashMovie(goto)
{
	document.getElementById('PaseoExpress').GotoFrame(goto);
	document.getElementById('PaseoExpress').Play();
}