var fDesc=new Array(); fDesc[0] = "A-Z Planner is low-cost tasks and time management software that helps you to plan your daily, weekly, monthly tasks and schedules, to-do-list, sticky notes, annual events dates etc. Whether you are a busy professional with meetings to keep track of during your day or a college student with a busy class and club schedule to manage, A-Z Planner is a great companion.
With A-Z Planner you can keep track of what's on your agenda for any given time with custom pop-up alert and audio reminder. A-Z Planner syncronises with your system day-month-year calendar so daily events & tasks are always available via one, convenient interface."; 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 = ''; } }