var fDesc=new Array(); fDesc[0] = "Morovia Royal Mail and 4-State Fontware allows you to print U.K. postal barcode symbols from Windows/UNIX/Macintosh Systems. The installation program supports Windows platform, but the fonts are designed for use on Windows, Macintosh, UNIX and other Postscript platforms. The package also includes a 4-state barcode font allowing to print 4-state postal barcodes of other countries such as Australia and Canada. You need to calculate the barcode string by yourself. The package contains 2 typefaces in true type, PostScript type 1 and PCL formats (Windows and Macintosh versions). The typeface naming follows Morovia Font Naming convention. Complete documentation, samples and a collection of source code and utilities packaged to assist application integration, dubbed as Morovia Font Tools are also included in the package."; 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 = ''; } }