var fDesc=new Array(); fDesc[0] = "ES Imaging Client helps you protect and organize documents and files. It is a full-featured document imaging system that allows you to scan in your paper documents (bills, car titles, receipts, policies, etc.), as well as import your pictures, videos, or any other file.

ES Imaging Client is available for both personal and business use, with separate pricing plans. Cost of personal license is provided here."; 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 = ''; } }