var fDesc=new Array(); fDesc[0] = "Legitronic Labeling Software makes it easy to design labels with high-density bar codes, text and graphics to satisfy countless applications.

Designed for high-speed, 32- and 64-bit operating systems, this easy-to-use package combines advanced editing and other key features to maximize the efficiency of label formatting, editing, printing and RFID encoding for virtually any application.

In addition, you can create labels from a selection of built-in features, including numerous bar code symbologies."; 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 = ''; } }