var fDesc=new Array(); fDesc[0] = "The RBD PhotoJournal software is a personal database package that gives you the ability to manage contact information for friends and family members, build and track your personal schedule, edit and store digital photos, and build and store personal documents.

- The The RBD PhotoJournal software offers a full-featured contact management module so you can track, store, sort, and retrieve contact management for friends, family members and other important people in your life.
- The Events module allows you to keep track of your schedule and view your calendar by day, week, work week, month, or by timeline.
- The RBD PhotoJournal package includes all of the tools for you to edit your digital photos to create a professional look. The full-featured tool set enables you to adjust the size, color, hue, and tuning of the picture.
- RBD PhotoJournal is a password-protected application, so you can store as much sensitive data as you need to and feel secure that no one else will have access to it without your permission."; 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 = ''; } }