// JavaScript Document
function nowText(id, newText) {
identity=document.getElementById(id);
identity.className=newText;
}