var fDesc=new Array();
fDesc[0] = "This compact, easy-to-use and handy reminder service uses minimal resources and will allow you to easily schedule all your tasks, and will notify you at the specified time(s), via either a message box on the screen, the playing of a WAV or MIDI file, or using of the Microsoft Agent animated characters.
The Microsoft Agent is a collection of ActiveX programs which provide an interactive interface on web sites and in desktop applications, using 3D Animated Characters. These characters are able to speak via Text-to-Speech Synthesis, and a Text-to-Speech Engine.
WikAlarm features:
- Uses small amount of memory.
- Schedule by Date, Time, or by number of minutes from now.
- Notification via audio, visual, or animation.
- Works with all Microsoft Agent characters found online.
- Configurable Snooze feature on each Task.
- Configurable Color Schemes
System requirements:
- Windows 2000 or higher.
- Version 2.0 of the Dot.Net Framework, or higher.
Schedule and set reminders and alarms for your important tasks with the help of this simple yet reliable software.";
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 = '';
}
}