function setChatUsersNumber(iAll)
{
	oMesg = document.getElementById("chat_mesg");
	oMesg.innerHTML = iAll;
}