var fDesc=new Array(); fDesc[0] = "AutoLabel Designer is a label design and printing software that enables users to create custom bag labels with high-resolution bar codes, text and graphics.
This label design software supports over 70 bar code symbologies, TrueType fonts, and more than 1000 thermal and laser imprinters, providing the flexibility to handle all of your label design and printing applications."; 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 = ''; } }