function submitForm()
{
	//make sure hidden and iframe values are in sync for all rtes before submitting form
	updateRTEs();
	
	//change the following line to true to submit form
	alert("inBody = " + htmlDecode(document.formMessage.inBody.value));
	return true;
}