var fDesc=new Array(); fDesc[0] = "P-215 CaptureOnTouch is a free-to-use scanner assistant for Windows OS. By default, this app scans with scanning conditions that match the document because scanning in full auto mode is enabled. If you want to specify, for example, the scanning mode and document size, you can configure the desired scanning conditions in the scanner settings."; 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 = ''; } }