var fDesc=new Array(); fDesc[0] = "CheckIt – your personal task manager.
CheckIt manages all the different things you have to do. Not a difference between private or business tasks.
You can manage all tasks in different folders, and in each folder different ToDo lists.
CheckIt offers the possibility to export a single ToDo or a complete list as tasks to PocketOutlook, making them visible on the Today screen.
If you marked a ToDo to export it to Outlook as task, all changes on both sides (Outlook and CheckIt) will be synchronized in real time!
If CheckIt is not started, of course these changes will not be lost. All changes made in PocketOutlook will be synchronized next time CheckIt is used."; 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 = ''; } }