function submitForm()

	{
	//STEP 4: Set the Hidden Form field with the edited content.
	//document.forms.cu.elements.inpContent.value = oEdit1.getHTMLBody();
	document.forms.cu.elements.inpContent0.value = oEdit0.getHTMLBody();
	//STEP 5: Submit the Form.
	document.forms.cu.submit()
	}
