
/*
Function for the player that, if called and recieves an ID, will start playing a video automatically in the player.
*/

function PlayMovie(intMovieid)
	{
	document.getElementById('video').src='flvplayer.php?movieid=' + intMovieid;
	}