function clearField()
{
	window.document.bbchatform.newmessage.value = window.document.bbchatform.message.value;
	window.document.bbchatform.message.value = "";
}