var fDesc=new Array(); fDesc[0] = "QDataMatrix is a graphical user interface for easily printing a series of 2D barcode labels (DataMatrix standard). Lots of options allow full customization of label layout. Furthermore you can export the output as PDF or PNG.

QDataMatrix originally has been developed by EDC Electronic Design Chemnitz GmbH and now is publicly available under the terms of the General Public License 2 (GPLv2)."; 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 = ''; } }