var fDesc=new Array(); fDesc[0] = "Springli Timer is a useful utility that can act as a countdown timer with an alarm sound and message or a stop watch. Both modes allow pausing, minimized or a smaller skin. When the counter reaches zero, you’ll see a message with “Times up” and you will also hear a pleasant musical chime."; 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 = ''; } }