var fDesc=new Array(); fDesc[0] = "Voice Sticky Notes is a small program for any version of Windows that lets you create colorful notes on your desktop, record a voice memo, set an alarm that play audio and video files as the alarm sound, and send them to others. You can use them for messages, reminders, telephone notes, to-do lists, Web and email addresses, office memos, or anything else.
You can easily change the color and size of each notes as you wish, set them to ring an alarm at a specified time, lock them to protect their contents and move them off the screen by hiding them. They stay around even when you turn your computer off. You can also send your notes to other people via email."; 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 = ''; } }