var fDesc=new Array(); fDesc[0] = "Easy Timer is an easy-to-use alarm clock with a minimalistic interface. With this tool you can set up the alarm sound by choosing from over 35 pre-installed or selecting your own audio file. Easy Timer has a separate analog desktop clock and the systray balloon tips which display a lot of useful information such as the current time, alarm time and progress."; 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 = ''; } }