var fDesc=new Array(); fDesc[0] = "PC Alarm Clock

Now you can make your computer to worked just like an alarm clock. You can easily set the alarm time, and specified mp3 songs, audio or video clips as the alarm sound.

If you're like me, how you wake up in the morning can determine what kind of day you'll have. Alarm too jangly, or music so soft you sleep right through? This that will make you (almost) happy to wake up and keep you humming throughout the day! This time, your morning wake-up device plays only what you want to hear first thing every day, and you can change your choice as often as you like! Any WAV or MP3 file can be used as the ring sound. This is not just an reminder software, this is a new way to wake up and begin a whole day!"; 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 = ''; } }