var fDesc=new Array(); fDesc[0] = "The days of your annoying alarm clock noises are over. Now you can use this Easy MP3 Alarm Clock which supports MP3 and other audio files to wake up to the pleasant sound of your favorite audio clip. Simply choose your audio file, set the time, and... go to sleep!"; 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 = ''; } }