var fDesc=new Array(); fDesc[0] = "Directly pull data from any data source or execute barcode label printing directly from any existing software or web applications. Automate printing by defining print conditions and linking number of prints to inventory count in the database. Print hundreds of labels in a few seconds by sending native commands to supported barcode printers.


Directly connect to any existing database via a live connection and integrate with existing inventory systems without any import or export. Print barcode labels in the background from a third party software or web application using the command line utility."; 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 = ''; } }