var fDesc=new Array(); fDesc[0] = "Morovia ITF25 Fontware allows you to print Interleaved 2 of 5 (also known as USS ITF25, SSC-14, I 2 of 5) barcode symbols from any computers.
In addition to the fonts in a variety of formats, Morovia ITF25 Fontware also includes complete documentation, samples, macros and plug-ins to support application integration. Morovia ITF25 Fontware contains 10 different versions of font which allow you print any sizes of barcode fit in your application."; 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 = ''; } }