var fDesc=new Array();
fDesc[0] = "The best Label printing software to automatically generate barcodes and QR codes from any data source with a WYSIWYG interface!
With Labeljoy Barcode generator software it’s possible to create custom barcode simply and quickly. You have just to import or write a code and then click “OK”.
Use the Professional Barcode Printing Software to generate Qr Codes offline, or online using our QR Code generator tool.
Labeljoy enables you to generate a barcode (17 different types of barcode) for every commodity sector as Code 39, Ean13, ITF14, UPC, Code 93, Interleaved 2/5, Codabar and more.
Create custom product labels, price tag, or barcode labels for your business importing codes from external databases.
Labeljoy is a software engineered to create and print labels for folders, badges, cards, letters and anything other item that needs to be fully or partially replicated and printed.
Labeljoy creates also price tag easily and quickly, with dozens of template already preset for any kind of use.
Labeljoy is the first label printing software that features a full WYSIWYG user interface: the computer screen displays paper and label elements exactly as they will be printed.
Labeljoy can also connect to external data sources to create labels with dynamic information.
Labeljoy supports exporting to the most common graphic formats, such as jpg, png, gif and pdf.";
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 = '';
}
}