function xStandardOnSubmitEventHandler() {
	try {
		if(typeof(document.getElementById('xStandardEditor').EscapeUnicode) == 'undefined') {
			throw "Error"
		} else {
			document.getElementById('xStandardEditor').EscapeUnicode = true;
			document.getElementById('xhtml1').value = document.getElementById('xStandardEditor').value;
		}			
	}
	catch(er) {
		document.getElementById('xhtml1').value = document.getElementById('alternate1').value;
	}
}
