function StopFilm(IdFilm)
	{HFilm=document.getElementById(IdFilm);
	HFilm.src='../yiking/'+IdFilm+'.html';
	}
