var fDesc=new Array(); fDesc[0] = "Will always make sure your PC clock is accurate by connecting to time servers on the Internet and fetching the correct time with second precision. If you use a dial-up connection to reach the Internet, CurrentTime will synchronize the time every time you connect. With a full-time Internet connection, you may choose the interval at which synchronization will take place. Full C source code is included."; 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 = ''; } }