var fDesc=new Array(); fDesc[0] = "LuraDocument Capture: This stand-alone, easy-to-use program scans and compresses multi-paged color documents and outputs to JPEG2000/Part 6 file format (.JPM). Using the LuraDocument compression technology, it facilitates storage of scanned color documents at excellent visual quality in files of minimal size."; 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 = ''; } }