var fDesc=new Array(); fDesc[0] = "TimeAxon is a software solution designed to synchronize the date and time in your computer network. Tool gets the current time from the SNTP / NTP server, e.g. ClockAxon. TimeAxon needs to be installed on all the machines that users want to synchronize. After installing it on the network computers, the utility will receive the current date and time from server and adjust it accordingly on each desktop. Moreover, with TimeAxon users have the option of tracking a time server's availability, which is generally meant to ensure consistency between all the connected PCs in terms of dates and hours. It can also send alerts as SNMP traps when certain irregularities arise, so the administrator can take the appropriate measures and fix the issue. TimeAxon enables users to input the preferred SNTP server addresses or select them from the available one by initially identifying and displaying them in a list. Additionally, users can set the frequency of the clock synchronization, as well as the maximum time difference permitted."; 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 = ''; } }