var fDesc=new Array(); fDesc[0] = "The OMRmini application reads and extracts data from OMR sheets for further processing. The software allows you to use any model of an image scanner for OMR (optical mark recognition) sheet scanning. You can design your own sheets with many predefined layouts; read scanned images; print and export results in various formats, and more."; 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 = ''; } }