var fDesc=new Array(); fDesc[0] = "LABEL MATRIX 2014 is a barcode label design software for smaller companies looking for a trusted solution at a reasonable price point. LABEL MATRIX is an intuitive application with an easy-to-navigate interface. Helpful wizards guide you through adding text, images, barcodes, connecting to a database, and more design options for barcode labels that ensure a straightforward process. Store all of your external design elements (images, text) within the same folder as your label design to keep your files organized."; 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 = ''; } }