var fDesc=new Array(); fDesc[0] = "The Web Alarm App is written AutoIT script and has a GUI that makes it easy to set your alarm for any online media stream such as Pandora Radio or your favorite radio station. Just copy and paste the URL of the radio stream into the alarm settings. Then set your alarm time and fill in the other information before clicking "Ok." "Ok" will send your settings to the application and begin executing commands."; 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 = ''; } }