var fDesc=new Array(); fDesc[0] = "Barcode Producer creates barcodes in industry-standard formats. Barcodes are used on retail items, asset and inventory tags, alphanumeric labels, and much more. Using Barcode Producer's intuitive barcode creation tools, you can create a basic barcode, customize it with various advanced options, and save it in vector EPS or bitmap TIFF format."; 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 = ''; } }