var fDesc=new Array(); fDesc[0] = "QLabel is a label printing software application designed to be used with the Godex printers. The program allows you to build and save label design templates, and it is a complete software utility for managing your printer. It is fully featured to provide on screen WYSIWYG representation of graphics, barcodes, internal/TTF fonts and other objects as they will appear on the printed labels."; 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 = ''; } }