var fDesc=new Array(); fDesc[0] = "The program is very useful, powerful and easy to use. It features multiple modules and tools, with which you will be able to manage your personal information, your family information and your professional information, and you will do it in a reliable and safe environment. MSD Organizer is a powerful, easy-to-use and secure organizer software with electronic mail, suitable for any home user, professional, entrepreneur or company who wants to use a personal software 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."; 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 = ''; } }