var fDesc=new Array(); fDesc[0] = "Efigio Personal Organizer is distributed as freeware and is best suited for students especially for those that have a job (you have to joggle between courses, your job and your free time), for home use (go to supermarket, take the children from school, meet a friend...) and the list continues.

Efigio ToDo Organizer is more suitable for those that are using it in multiple places (at home, at work, even on their laptop). It gives you the possibility to move your list of tasks (To Do list) to any place or generate reports for others to see them."; 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 = ''; } }