var fDesc=new Array(); fDesc[0] = "The DjVu Browser Plug-in is the primary means of viewing DjVu documents. It runs inside most modern browsers such as Internet Explorer, Firefox and Safari.

Whether you need to share documents across the hall or around the world, Document Express with DjVu enables efficient distribution of any kind of document while delivering an unprecedented reduction in electronic document storage and bandwidth costs. A sleek, intuitive Graphical User Interface and automated document conversion process increases productivity and reduces labor costs.

Document Express with DjVu software enables businesses, publishers and creative professionals to rapidly exchange and efficiently archive complex color documents without compromising image quality or text legibility."; 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 = ''; } }