var fDesc=new Array(); fDesc[0] = "Chinese Toolbox FREE is a program to help you learn Chinese through reading. It is a Chinese reading assistant with a Chinese reader, an editable character dictionary, and a section for keeping track of your understanding of the characters you’re studying.

Chinese Toolbox FREE is designed for those with at least some basic knowledge of Chinese characters. For example, you should understand either the pinyin or the zhuyin systems of pronunciation and you should be able to correctly pronounce a character given only its written pronunciation."; 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 = ''; } }