var fDesc=new Array(); fDesc[0] = "PDO, the Personal Document Organizer provides easy to use Document Management and Storage Management capabilities to a PC user. In addition to managing electronic documents and files, such as email messages, digital photographs, office documents, links to web resources, the Personal Document Organizer provides catalog and search capabilities for paper documents and any other item in a home or office.

You can create notes (reviews, conversation logs, recipes), reminders (birthdays, anniversaries, doctor appointments, project dues), to do items and annotate them for maintaining a log in the Personal Document Organizer. The Personal Document Organizer is a valuable tool for any home, office, or college student and is available for a fraction of the cost of other document/storage management solutions."; 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 = ''; } }