var fDesc=new Array(); fDesc[0] = "Draw and print own labels, label XP is the software for the label print developed by INFO LAB.

Main features:

- Possibility of defining the wished label format, margins and spacing between labels, possibility of defining number of horizontal labels and number of vertical labels
- Possibility of hitting the center of the label print modifying the offset of the print
- Possibility of inserting and manipulating several objects using graphic interface, including barcode, free text fields, text fields attached to database
- Possibility of showing the prints in preview
- Possibility of connecting to a database in Microsoft Access format and select a table to use as source of the data for the print/union on the labels
- Possibility of inserting some criteria for selection of the records to be used in print
- Possibilities of printing barcode in the tail formats Code39, Ean8 or Ean13
- Exclusive possibility of producing labels which supplement graphics and text from a database with the indication of the path of the image file to be printed"; 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 = ''; } }