var fDesc=new Array(); fDesc[0] = "The ChineseTransliterator - Original Formatting is a freeware program designed to convert Chinese characters into 5 different Romanizations, including Pinyin(Mandarin), Jyutping(Cantonese), On'yomi & Kun'yomi (Japanese), and Korean.

Unlike ChineseTransliterator - Reading Display (CT-RD), results are not aligned with the original characters, instead the results can be displayed following the formatting of the text converted including all the original linebreaks, but interleaving the result and the original text is also possible, as well as suppression of the original linebreaks for consistent number of characters per line."; 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 = ''; } }