var fDesc=new Array(); fDesc[0] = "The Accessconfig program is an application used for configuring the proximity cards made by Netronix company.
By means of Accessconfig it is possible to read, write or modify card memory, which is used for automatic access control. It is possible to define access rights for each user, which contain privileges assigned to him. The program features manual edit function of RFID card as well the read-out function of card being in proximity of reader, with which the program established a connection.

The program makes possible to configure all operation parameters of reader from set-up of communication interface and modes of automatic card read-out module to configuration of each input/output port of a device."; 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 = ''; } }