var fDesc=new Array(); fDesc[0] = "hott notes is a simple to use, yet dynamic utility that will take care of your notes and reminders.
Employ this efficient application to remember your important events, appointments or day-to-day activity and be at peace of mind. This free to use sticky notes reminder allows you to post notes, make checklists, set alarms, draw on your notes, and make archives in no time.
With its reliability and efficiency, this utility has been picked by a huge group of users to make their life more organized. As soon as you install this software, it takes up with all your personal information to organize it in archives with schedules to be displayed.
The tool allows you to create electronic reminders of important events as notes and pin them on your desktop; also, you can create scribbled notes, edit notes easily, create checklists to keep track of your activities, choose an attractive color, font or translucency level for your notes, and managing multiple notes easily from the active note list, notebook, wastebasket and a do-to-all submenu.
You are also provided with other utilities like a notebook to organize your notes and a backup system to keep your notes safe."; 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 = ''; } }