﻿function centerTextEdit(newText) {
 document.getElementById("centerText").firstChild.nodeValue=newText;
}
