var fDesc=new Array(); fDesc[0] = "OpenBook converts printed documents or graphic-based text into an electronic text format on your PC, using quality speech and the latest optical character recognition (OCR) technology. With so many low vision features, you can tailor the appearance of text on your screen,view with split-screen and compare your original document and OCR conversion results and much more"; 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 = ''; } }