var fDesc=new Array(); fDesc[0] = "Karen’s Alarm Clock is a super quality alarm clock which displays time without disturbing your work process. It is designed to put all of the important features for enhancing an alarm clock right at your fingertips. This simple utility allows you to set five different alarm times and you can write description for each setter time as well. This desktop utility, with just simple right or left click on the time or description option, will display all the edit features. With these editing features you can enable alarm, edit time of the alarm and edit related description too. Moreover, you can select your favorite audio CD tracks as alarm sound and enjoy the track whenever the alarm sounds. In fact it also allows the user to choose a new alarm sound file and test the alarm sound before setting it. This clock is totally configurable, allowing you to change some settings like you can increase or decrease the brightness, select 24 hours(military) time display and am/pm time display. Above all it’s a freeware."; 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 = ''; } }