var fDesc=new Array(); fDesc[0] = "Neutron is a very simple and small time synchronizing program that retrieves the accurate time from one of several specialized time servers on the Internet. Once the network time has been retrieved the program can set your computer's clock to match it. Options in the program enable you to automatically obtain the time from the time server and set your clock appropriately at program startup. It is also possible to have the program automatically exit after the time has been set."; 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 = ''; } }