var fDesc=new Array(); fDesc[0] = "Scanitto is a lite and powerful software application for image scanning from TWAIN scanners. Scanitto allows you scan images, save scanned images to various formats (bmp, jpeg, tiff, png, pdf, gif), output images directly to the printer (make a copy) and manage scanned images. New features and improvements:fixed incorrect creation of multi-page PDF-file containing the same page, fixed an error of the multi-page PDF document names processing, forced closing the source after receiving scanner's parameters, freeImage library is no longer used."; 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 = ''; } }