var fDesc=new Array(); fDesc[0] = "Perfect Free Alarm Clock enables you to set infinite number of alarms, triggering on a one time, daily, or weekly basis. Perfect Free Alarm Clock not only plays any audio file you specify (mp3, wma, ogg, etc), but can also be used as a scheduler, to launch any application at a specified time.

The program's user-friendly interface makes the operation very easy. Setting an alarm is as easy as selecting a file to play (by clicking Browse), selecting the alarm type and time, adding remarks (optional), and adding the alarm to the alarms list (click Add). You can further test each alarm item, e.g., to adjust the speaker volume.

Perfect Free Alarm Clock minimizes to tray and runs in the background, occupying no space on your desktop, and using minimal system resources."; 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 = ''; } }