var fDesc=new Array(); fDesc[0] = "Document Express with DjVu Professional Edition is the solution for Desktop, low-volume DjVu-conversion needs. It includes the Document Express Editor scanning/editing application and the DjVu Virtual Printer. Document Express Professional Editor is bundled in two editions: the Asian OCR edition and the non-Asian OCR edition.
The Document Express Desktop Edition maintains all of the functionality of The Professional Editor edition, but does not have an OCR feature, for those users not needing text search capability."; 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 = ''; } }