var fDesc=new Array(); fDesc[0] = "JWP is a freeware Japanese word processor, provided primarily by Stephen Chung, and is available free to anyone under the terms of the GNU General Public License. You are welcome to make a copy for your own uses, as well as to distribute it to other people. The GNU General Public License binds you to the agreement that you always distribute full copies of the program, and that you can charge a distribution fee for distributing it."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }