var fDesc=new Array(); fDesc[0] = "With CaptureOnTouch interface, you can easily scan paper documents into digital archives and save or send them to multiple destinations, including cloud services. Create searchable PDF files using its built-in OCR technology. It offers advanced output options alongside multi-window and thumbnail views. It allows you to scan directly to email, PDF, file or presentation at the touch of a button."; 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 = ''; } }