var fDesc=new Array(); fDesc[0] = "Easy Timer is an easy-to-use alarm clock: Just set in how many minutes or at what exact time it should alert and press activate – done! What makes Easy Timer special is that it’s fully customizable. You can set up the alarm sound, how the clock looks, the alarm behavior, optionally add a custom alert message and minimize it to the system tray. Helpful is the analog desktop clock which displays every information that is needed."; 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 = ''; } }