var fDesc=new Array(); fDesc[0] = "IDM Scan allows you to make the scanning process simple and intuitive, as opposed to programs that come with scanners. This tool also allows you to organize your images using simple tools to create the directory structure. The images are easily exported to e-mail.

IDM Scan allows you to easy find the scanned image. The base image can be placed on the server LAN. Also, you can place the necessary presets for scan and create directories on the Internet and centrally update them."; 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 = ''; } }