var fDesc=new Array(); fDesc[0] = "MiniTask is a free and easy-to-use task management application that helps you with organizing your daily todos very quickly. It supports features like drag 'n' drop reorder, alarm timers, task sheet printing and customization of styles. Examples

You can easily customize the window chrome, colors, fonts etc. to match MiniTask with your desktop style and replace sounds with your own files."; 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 = ''; } }