var fDesc=new Array(); fDesc[0] = "Synchronize your PC time with an atomic clock via the Internet. This program simplifies the task to the outmost and sits conveniently to access in the startbar tray. 12-Sync adjusts the time repeatedly, automatically, and silently exactly on the dot. It waits for an Internet connection, then adjusts your clock at atomic precision, without your interaction. It keeps a log file about all activities that you can limit to size or age. You will never have the wrong time again!"; 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 = ''; } }