var fDesc=new Array(); fDesc[0] = "ChinaScribe is a Chinese dictionary program that can be used to create professional-looking Chinese documents using Microsoft Word or OpenOffice.org.Have more than 190,000 Chinese words. Import words from CC-CEDICT, HanDeDict or other sources.Easily add and amend dictionary entries. Simplified or Traditional Chinese characters.Mandarin Pinyin or Cantonese romanizations."; 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 = ''; } }