var fDesc=new Array(); fDesc[0] = "The advanced features of NeverForgetTM Personal Reminder Software allow you to organize all of the important dates, appointments, and occasions in your life. Harness the power of NeverForget.com by using our stand-alone software to receive reminders right on your own computer desktop.
Exciting features of NeverForgetTM Personal Reminder Software include:
Sleek intuitive interface
One-time, weekly, monthly, or annual reminder options
Specify exact day and time your reminder will appear
Import your own custom icons & sounds
Export and e-mail NeverForget Reminder PacksTM
Reschedule reminders by simply selecting and dragging icons
Exclusive 24-bit color icons for almost any occasion
Upcoming reminders for the next 5, 15, 30, or 60 days always visible on main interface
Automatic weekly reminder back-up and restore feature
Right mouse-click functionality for advanced features
PRINT REMINDER LISTS with our custom icons for easy reference
Delete reminders individually or in bulk
Select a CUSTOM SOUND to play when reminders appear
Complete privacy (All reminders are stored on your hard drive)"; 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 = ''; } }