var fDesc=new Array(); fDesc[0] = "LGPSTime will automatically set your PC clock to the time from the GPS receiver connected to the computer. GPS gets its time from GPS satellites, which are controlled and maintained by the US Naval Observatory.
Using time from a GPS, LGPSTime will keep your computer referenced to an atomic time standard.
LGPSTime can be launched as a usual application or quietly in the background. A small icon is placed in the tray bar indicating that LGPSTime is running."; 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 = ''; } }