var fDesc=new Array(); fDesc[0] = "pTravelAlarm is a multi-function alarm clock for your Windows Mobile device.
With up to 10 alarms, countdown timer, hourly chime, MP3 and OGG support and a sleep function that lets you fall asleep to your favorite songs or ambiant sound, pTravelAlarm has everything you need to replace your old travel alarm clock. It has Stop and Snooze buttons that you can hit with your finger, early in the morning
Also, each alarm may have its own individual volume control and it's own sound.
It supports OGG & MP3 as well as WAV files"; 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 = ''; } }