var fDesc=new Array(); fDesc[0] = "The Royal Wedding Countdown Clock is a FREE desktop countdown clock software. It exactly measures the time remaining to the Royal Wedding 2011. Besides that, you can use it as a traditional windows clock replacement. The alarm function lets you define your own custom alarm with sound. It nicely integrates with Your desktop - You can choose to pin the clock to desktop, use it as a normal window, keep it on top or even force it to foreground (when in click-through mode). Plus some other options, such as "hide on mouse over", "start with Windows" and "clock transparency" configuration."; 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 = ''; } }