
function submitForm() {
	//make sure hidden and iframe values are in sync before submitting form
	//to sync only 1 rte, use updateRTE(rte)
	//to sync all rtes, use updateRTEs
	//updateRTE('descript');
	//updateRTE('descript_short');
	updateRTEs();
	
	//alert("rte1 = " + document.this.descript.value);
	
	//change the following line to true to submit form
	return true;
}
