function sendtext() {
	var semi = new RegExp("\;","g");
	document.send.checkme.value = (document.message.body.value.replace(semi,"\;"));
	document.send.form.value = "message";
	document.send.field.value = "body";
window.open('','SpellChecker','width=480,height=360,top=150,left=150,scrollbars=1,titlebar=no,location=false');
	document.send.submit();
}

