var fDesc=new Array(); fDesc[0] = "Aries Personal Organizer is an effecient and easy-to-use tool to help organize your life and work. Perfect for the professional or casual user, Aries Organizer is task management software with a user-friendly, easily skinnable interface.

Aries Organizer starts when your computer starts and stays minimized in your system tray - with just one click you can add your Tasks, Contacts, Events or Notes. You can track your daily tasks and events and automatically get notice of upcoming deadlines.

You can use Aries Organizer's built-in categories and you can make your own, and all information may be arranged by multiple sort categories.

Main features:
-Plan tasks for days, weeks and months ahead.
-Schedule to-do's, appointments and events.
-Organize personal and business information.
-Store passwords, urls and other information
-Your data stays on your computer.
-Get organized and get things done.
-Stop procrastination and work stress.
-Do the right things in the right time.
-Increase performance and productivity.
-No worries about information on outside servers."; 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 = ''; } }