
function playMP3Files(html)
{
	var cellPlayer = document.getElementById("cellMP3Player");
	cellPlayer.innerHTML = html;
}
