// Value-Toss Code.
// data and code.
// made DB.TEXT Inc.

function messageExpand(ch) {
	var obj=document.all && document.all(ch) || document.getElementById && document.getElementById(ch);
	if(obj && obj.style) obj.style.display = "none" == obj.style.display ?"" : "none";
}
