var fDesc=new Array(); fDesc[0] = "A Vietnamese Text editor/viewer/convertor. It supports 40+ charsets, including the most popular ones: VIQR, TCVN, VIQR, VISCII, and VNI. It features action with the clipboard, direct conversion of the clipboard text, open/save to text files, compile text and viewing font to a stand-alone self-viewer, print option, and an easy-to-use user interface."; 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 = ''; } }