<!--
function MediaPlay(url)
	{
		ctlPlayer.URL=(url);
		ctlPlayer.src=(url);
	}
	
//-->