var fDesc=new Array(); fDesc[0] = "AtomiT is a Atomic time software for your Personal Computer
DAYTIME, the daytime protocol (RFC-867). The time server is listening on TCP/UDP port 13 and sends an ASCII string (one line, no format defined).
The time server is listening on UDP port 123. SNTP formats are compatible to the NTP protocol specification, using a simplified access strategy for servers and clients."; 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 = ''; } }