var fDesc=new Array(); fDesc[0] = "Melon is a personal information manager. With this tool, you don't need to worry about where you stored your credit card payment confirmation number, which websites you wanted to forward to your colleague or the location of the file containing that code snippet you now need to reference.

Once you've added items to it, Melon will hold the bits and pieces of information you define until you're ready to reference them at a later date. If you created a task, Melon will gently alert you when the deadline is approaching."; 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 = ''; } }