var fDesc=new Array(); fDesc[0] = "eDoc Organizer is a revolutionary software document management system that is incredibly easy to use, yet packed full of features. Whether you need to keep track of your scanned documents or the documents on your PC, you’ll be amazed at what eDoc Organizer will do for your life. Our simple color coded labeling system combined with our intuitive search engine ensures you will find the files you’re looking for quickly and easily. eDoc Organizer is built on the latest technology with a sleek and modern user interface.
We believe that if you try it, you’ll love it. So Download our FREE 30-day trial to see for yourself how easy it is to get organized using eDoc Organizer."; 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 = ''; } }