var fDesc=new Array(); fDesc[0] = "I hope you'll agree that this is the smallest, fastest, and most useful free Win32 internet time synchronizing program to date. And, of course, all the source code is available for free.

It synchronizes you computer's built in clock with the clocks of one or more free time servers on the internet. These time servers are all kept accurate to within 1 second of coordinated universal time, as maintained by an atomic clock.

All I'm going to say here is less than 1 second. Internally, the program works entirely in milliseconds, but the port 37 calls it makes are only accurate to seconds."; 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 = ''; } }