var fDesc=new Array(); fDesc[0] = "UrAlarm is a free software that enables you remember you important times and you can also use this program to perform auto shutdown of your computer at a specific time. When you use this program to alert you it will alert you by a sound and animated flash movie that display alert message and you can edit the alert message easily and also you can change the sound. UrAlarm provides you with an amazing catalog of desktop flash clocks."; 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 = ''; } }