var fDesc=new Array(); fDesc[0] = "Barcode software converts letters, numbers and even binary data into a pattern of lines, squares or dots that can be read at high speed by a barcode scanner and converted back into the original information. Barcode software helps companies increase efficiency, reduce costs and errors, and meet regulatory requirements, but only if the software encodes the barcodes quickly and correctly and prints them consistently and accurately."; 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 = ''; } }