var fDesc=new Array(); fDesc[0] = "CaptureOnTouch is a scanning application designed specifically for use with the imageFORMULA DR-M140. CaptureOnTouch provides two scanning methods. Scanned images are processed in accordance with the selected output method. The two scanning methods are "Scan First" (Scan the document in accordance with the instructions on the screen, and then select the output method and process the scanned image after scanning) and "Select Scan Job" (Select a registered job and scan the document."; 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 = ''; } }