var fDesc=new Array(); fDesc[0] = "Unlike most alarm clock programs that include excessive unrelated features, DelMar Alarm Clock is designed to do just one thing – replace your need for a real alarm clock. You travel with a PDA or laptop anyway, so why should you pack a travel alarm clock or rely on annoying hotel wake up calls that jolt you awake.

Features:

-Customize the sound you want to wake up with. Choose from one of the over 15 built-in sounds (bell, buzzer, birds, dogs, revelry, rooster, wind chimes, etc.) or use your own sound file.
-Optionally have the wake alarm gradually increase in volume to gently wake you.
-Large easy to read display.
-Snooze the wake alarm by touching anywhere on the screen or pressing any key.
-Customize the snooze duration from 1 to 60 minutes.
-Set the wake alarm time without using a pointing device.
-Ingenious nightlight feature lets you light up your room using your device’s backlight. Just touch to turn the nightlight on and touch again to turn it off.
-Customize the size and colors of the time display."; 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 = ''; } }