var fDesc=new Array(); fDesc[0] = "Barcode Director is a volume production application that renames, sorts and splits documents based on the values of barcodes in the document. This program enables you to automate the processing of files that come to you from fax, e-mail, paper scanning or document production. It can extract the data from the barcodes and assign it to your variables; transform any image format into a PDF file; apply repair scripts on poor quality images to improve the barcode recognition rate, and 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 = ''; } }