var fDesc=new Array(); fDesc[0] = "Informatik Scan Barcode is a software that allows you to read barcodes on scanned documents and names the output files by the barcodes. The product can recognized 15 barcode symbologies, it is easy to use and allows you to specify the scan area, specify the resolution and much more"; 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 = ''; } }