var fDesc=new Array(); fDesc[0] = "Task List Guru is a free task list organizer ideal for personal task management and small project management. You can organize not just tasks, but also task lists, notes and reminders. Task List Guru has a hierarchical task list tree with icons that allows you to organize all your todo lists and notes in a structure with icons. You can choose from 48 different colorful icons for your to-do lists - this makes using this organizer fun."; 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 = ''; } }