var fDesc=new Array(); fDesc[0] = "Readiris is a powerful OCR solution designed for private users and small to large office users. With this program, you will boost your productivity and save incredible amounts of time when converting any paper document, PDF, or image file into digital files you can edit, search and share to the Cloud."; 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 = ''; } }