var fDesc=new Array(); fDesc[0] = "P-208II CaptureOnTouch is a companion app for the imageFORMULA P-208II mobile scanner. The program provides easy and effective scanning, including simple one-touch operation for routine tasks such as scan-to-email or scan-to-desktop. You can save the scan to a folder, attach it to e-mail, or send it to various cloud services."; 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 = ''; } }