var fDesc=new Array(); fDesc[0] = "Perfect Alarm Clock is a pretty useful software, which is used to set alarms. It is not only sets an alarm tone from the existing tone but also you can play any kind of music file like mp3, wma format, etc., as an alarm tone. Perfect Alarm Clock software occupies very less space of memory and 0% of CPU usage.

The user can put this alarm clock anywhere in the computer such as the desktop or in the task bar menu, etc. This software is quite user friendly and can be used by any user of any age, so even a beginner can use the software very easily. The operation is as easy as playing a song or opening a file.

Perfect Alarm Clock can be used to set the alarm type, alarm tone and numberous alarms at once, daily, weekly or on yearly basis. The users can also increase or decrease alarm speaker volume, the font and color of Alarm Clock, that can be made good looking and very attractive. It can be minimized to tray and run in the background. The software can easily be downloaded through the Internet and is absolutely free."; 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 = ''; } }