var fDesc=new Array(); fDesc[0] = "TaskMerlin is a software tool that makes organizing your daily tasks quick, easy and fun.

Organize your tasks, notes, photos and other information in seconds. You can set task statuses, priorities and due dates in one or two mouseclicks. You can also add detailed content, images and web links. But most importantly, no matter how much information you've added, you will only see those tasks you need to see at any given moment - via TaskMerlin's intuitive task filters.

Designed to run on Windows XP/Vista, TaskMerlin also gives you the ability to archive and search for any information that you've ever added, to be reminded of upcoming events, and even e-mail tasks and notes to your friends or team members.

TaskMerlin can be used by individuals or teams over a local area network."; 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 = ''; } }