var fDesc=new Array(); fDesc[0] = "All-in-1 Personal Organizer (APO) is a personal information manager (PIM) with three main uses. First, it's a tool for managing any kind of personal information such as tasks, events, contacts, notes, file links, web links and executable key scripts. Second, it's an image viewer. Finally, it can be used as a mind stimulator useful for reflection, self-analysis and self-improvement.

All information is contained in one or more password-protected Microsoft Access 2000 databases (however, you don't need to install Access 2000).

The information is divided into up to 44 customizable domains and an unlimited number of categories.

APO can display stored information not only as a grid or list, but also as a calendar, a tree map, a tag map, a random map, a slide show of random items etc., complete with auto-tiling, drag and drop, and various kinds of animations.

As an image viewer, APO has all you need to enjoy your digital images in various comfortable ways. It includes unique slide show features such as automatic script creation, session hibernation/resumption, photo editing on-the-fly etc. The image viewing functions of APO are also available as a separate program (see Pictoscope)."; 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 = ''; } }