var fDesc=new Array(); fDesc[0] = "Agenda At Once combines the best aspects of other personal organizer applications. It's a complete PIM system, integrating to-do management, scheduling and planning, contact and note functions.
In addition, it is easy to use and responsive, while being feature-packed but not power-hungry.
With its optimally-designed interface, Agenda At Once will rapidly put you in charge of your personal information. You'll be saving time and accomplishing so much more that you'll be wondering how you even managed without it."; 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 = ''; } }