var fDesc=new Array(); fDesc[0] = "The Ultimate Clock is a cool looking free screensaver that displays the time with up to 10 different clocks on your desktop. Every time the screensaver starts you will see a new clock which gradually appears from your desktop. The screensaver is easy to customize and includes: Selecting the clock to chime every 15 minutes or at the top of the hour, displaying the second hand, randomly choosing a clock when the screensaver starts and changing the screen resolution."; 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 = ''; } }