var fDesc=new Array(); fDesc[0] = "QuarkXPress is WYSIWYG document editing program for Windows. You can design and edit PDF documents and image files. It has the ability to add multiple layers to the PDF document and manage their transparency. Xenon Graphics Engine renders PDFs with TIFF images at its maximum quality. Other features such as the QR code generator makes it quite useful."; 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 = ''; } }