var fDesc=new Array(); fDesc[0] = "With this program you can easily read MICR content from any scanned image. MICR Xpress enables zone definition, recognition, image cleanup, advanced binarization, and return of confidence values. The program also allow recognize the 14 ISO-standard MICR E-13B font characters, configure a zone of the image to search for MICR content, parse MICR lines into fields, obtain confidence values for each character and field."; 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 = ''; } }