var fDesc=new Array(); fDesc[0] = "Always On Time is a Windows Internet utility that will connect to one of a dozen public atomic time servers and fetch the current atomic clock time value. If a difference in time is discovered between the atomic time server and your PC's clock, you then are able to update and synchronize your PC's clock with the current atomic clock time. Automatically synchronizes your PC each time Windows boots up."; 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 = ''; } }