var fDesc=new Array(); fDesc[0] = "PaperScan Professional Edition is a program that provides you all features needed in document (image and PDF) acquisition, processing, and efficient storage domains. The program allows you to process images during batch acquisition: auto-deskew, angle rotation, borders removal, punch holes removal, and negative, to make color adjustment, color space conversion, add effects and filters, and to crop images."; 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 = ''; } }