var fDesc=new Array(); fDesc[0] = "NiceLabel Pro was recognized to be the “best professional barcode software” for both SME’s and corporate enterprises. Ease-of use, barcodes, connectivity, integration, communication, compliance labels and help/support were among the areas that NiceLabel excelled in.
NiceLabel products provide support for all industry-standard bar codes, including 2-D. With multiple options for check-digit calculation, most possible requirements are supported."; 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 = ''; } }