var fDesc=new Array(); fDesc[0] = "Organize your projects and access all data related to each project in only one place. Focus on your projects anywhere, anytime. Never miss or lose a piece of information with this easy to use and portable tool!

Main Benefits
- Organize your projects to increase productivity
- Access all information in only one place
- Work on your projects anywhere
- Backup your data effortlessly

Store contacts, calendar information, to do lists and annotations per project, and bring this information wherever you go, allowing you to get things done on any computer, anytime. Organize your personal and work related projects, be more productive by focusing on the tasks at hand."; 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 = ''; } }