var fDesc=new Array(); fDesc[0] = "Scanitto Lite is a powerful application for image scanning from TWAIN scanners. The program allows you to scan images, save scanned images to various formats (BMP, JPEG, TIFF, PNG, PDF, GIF) and manage scanned images. It gives you the flexibility of direct-printing on your printer, allowing use of your printer and scanner as a copy machine."; 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 = ''; } }