var fDesc=new Array(); fDesc[0] = "TodayAgenda displays appointments and tasks on your today screen up to 30 days in advance. It replaces the default Outlook plugin with a lot of more features like : view tasks (include status), view birthdays/anniversaries from your contacts, view current day and time and more.
Also you can create new appointments and tasks via context menu on your today screen, delete appointments and tasks, font and color of appointments and tasks can be set depending on their categories."; 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 = ''; } }