
function change1(msg) {	document.getElementById("msg1").firstChild.data = msg }
function change2(msg) {	document.getElementById("msg2").firstChild.data = msg }
function change3(msg) {	document.getElementById("msg3").firstChild.data = msg }
function change4(msg) {	document.getElementById("msg4").firstChild.data = msg }
function change5(msg) {	document.getElementById("msg5").firstChild.data = msg }
function change6(msg) {	document.getElementById("msg6").firstChild.data = msg }
function change7(msg) {	document.getElementById("msg7").firstChild.data = msg }
function change8(msg) {	document.getElementById("msg8").firstChild.data = msg }
function change9(msg) {	document.getElementById("msg9").firstChild.data = msg }
function change10(msg) {	document.getElementById("msg10").firstChild.data = msg }
