var fDesc=new Array(); fDesc[0] = "The WebTimeSync 6 time synchronizer connects to one of the NIST atomic clock time servers to synchronize your computer's clock. The Version 6.1 release removes the dependency on COMDLG32.OCX (and is now smaller than ever before), adds server health monitoring, detection of Windows XP and 2003 for event logging, and fixes a long-known bug with the tray icon not properly disappearing. WebTimeSync 6 requires the Visual Basic 6.0 runtimes (MSVBVM60.DLL) and the Microsoft Windows Installer to install. (Preinstalled with Windows 2000, Me, and XP, instructions at http://www.victechsoftware.com/webtimesync.html)"; 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 = ''; } }