var fDesc=new Array(); fDesc[0] = "Free Countdown Timer is freeware. This program allows you to set as many countdown timers as you want. Countdown timer tracks the amount of time till the specified event. You can fully concentrate on the task at hand while waiting for a future task to be ready for action. The timer reminds you about event by playing your favorite music and showing a notification message."; 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 = ''; } }