var fDesc=new Array(); fDesc[0] = "Easy Document Creator is designed to easily scan JPG, PDF, eBook, and other formats to save or upload to an SNS. It has a range of easy-to-use features that enhance a business's productivity and creativity. Whether users are capturing documents via scanning or fax processes, there are a number of different settings and profiles which give them the flexibility they need to meet their business requirements. It is extremely easy to save text documents so that they appear in an editable format in the programme, which is especially convenient for those wishing to create e-books."; 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 = ''; } }