var fDesc=new Array(); fDesc[0] = "Virtual post-it for windows.

. Uses Time-Blend? technology, notes fade out and disappear
. User selectable colors
. You never loose your important notes, becouse notes are saved automatically on every keypress
. Timer option, plays a sound file on alarm
. Unicode support

Installation: Settings: "Run automatically with Windows"."; 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 = ''; } }