var fDesc=new Array(); fDesc[0] = "MSD Organizer freeware is an information manager, which can be used to plan daily activities, manage appointments, keep control of tasks, manage contacts, manage to do lists, take notes, and keep a personal and professional diary. It has a Calendar Module that lets you control all your alarms and tasks; you can view tasks in various modes such as "today", "day", "week", "month", "year", and "data table".

For additional features, you can purchase MSD Organizer Professional version."; 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 = ''; } }