var fDesc=new Array();
fDesc[0] = "NiceLabel Design and Print software helps you quickly design labels and create an efficient printing process. Quickly produce professional labels without making investments in training and coding.
The NiceLabel designer delivers a familiar Microsoft Word-like user experience. You can quickly design professional labels, no prior knowledge of barcoding or designer training necessary.
Printing labels with dynamic data is different from printing other types of documents. The labeling system needs to enable your staff to print quickly and without errors. NiceLabel includes an easy-to-use printing form that helps users quickly print accurate labels without the risk of error.
The NiceLabel Designer includes all the design objects you need to meet internal and external requirements: text, graphics, lines, boxes, barcodes and RFID.
The NiceLabel Designer supports over 70 types of linear and 2D barcodes, including GS1-128, DataMatrix and QR code. We keep up-to-date with the latest industry standards, so our customers stay compliant.
The NiceLabel Designer includes simple wizards and pre-designed label templates to help you design compliant labels for all the major industry standards, such as GS1-128.";
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 = '';
}
}