var fDesc=new Array(); fDesc[0] = "OCR-A and OCR-B are widely used in passport, bank checks, serial tracking labels, credit card imprints, cash registers, license plates and US postal mail.
Morovia OCR-A & OCR-B Fontware contains all different sizes of OCR-A and OCR-B fonts (6 sizes in total). These fonts comply to the most recent ANSI standards X3.17-2000 and X3.49-1982. Special symbols for euro-banking are also included with each font."; 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 = ''; } }