var fDesc=new Array(); fDesc[0] = "Wclock stays on top of all your windows and shows the time at various locations around the world. It just sits there quietly and tells the time until you exit the program. It makes no changes to your system's time settings. The red dot means there's an update available for the daylight savings file or a newer version of Wclock has been released."; 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 = ''; } }