// JavaScript Document
<!--
function changeText(id,toThis) {
	document.getElementById(id).innerHTML = toThis;
}
// -->
