var fDesc=new Array(); fDesc[0] = "Server2 is an automatic data logging server for iGuard Terminal. Access log will be logged in your PC automatically. This program utilizes our API SDK.
Once the program is launched and registered with the iGuard terminal, the terminal will automatically send all the new access log records to your PC (as shown in the diagram at the right side), it works with Microsoft's ODBC interface. Therefore, the access log will send directly to database (or text file). Besides, there're many other features added to the server. Other applications (such as payroll applications) can directly import this text file for payroll calculation."; 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 = ''; } }