var fDesc=new Array(); fDesc[0] = "QZ Tray is a browser plugin for sending documents and raw commands to a printer or attached device. You can print labels, barcodes, receipts and more from a webpage using HTML, JavaScript and Java. It features Base64 printing; Epson/Citizen ESC/P printing; advanced print spooling; ability to print special characters, and more."; 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 = ''; } }