var fDesc=new Array(); fDesc[0] = "MyLife Organized software helps you to think and act differently – and doing things differently is the first step in digging yourself out of the procrastination rut. The main idea of MyLife Organized is to help you to plan and organize your time in such a way that you accomplish your most important goals as quickly as possible. Organize your goals, projects and tasks into a tree and MyLife Organized will generate a simple To Do list of actions for you. This list will contain only those actions that require immediate attention. The To Do list will be sorted in order of priority so that you can stay focused on what is really important to you."; 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 = ''; } }