var fDesc=new Array(); fDesc[0] = "Text Cloner Pro is a scanning program designed to work with your screen readers. It features a high-performance Optical Character Recognition (OCR) engine, as well as a built-in spell checker. The ability to import PDF files makes it easier than ever to use. If words are bold, italicized, or different font formats are used, those formatting features will be retained. You can also change formatting and colors."; 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 = ''; } }