var fDesc=new Array(); fDesc[0] = "xMACRO enables you to create PCL5 Macros/Forms for download on a printers hard drive. Normal windows print-files (e.g. from MS Word) can be converted, packed and downloaded to the drive with some simple steps. xMACRO is the first of the new X-Tools. It is extracted from Downloader 2006 and shares a common code-base with it."; 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 = ''; } }