var fDesc=new Array(); fDesc[0] = "The Datgel Security Tool gINT Add-In provides greater control over editing and deletion of data based on the status of PointIDs and test results. It can restrict access to gINT commands.

In addition, it allows the database administrator to build a customisable gINT user interface based on the needs of particular users, by hiding applications groups, table groups, tables and fields.

Using the Approve Tool, the database administrator can set the status for selected PointIDs, test results, and monitoring readings.

The security levels are based on user groups defined for each user and computer combination. The security definition is made in gINT library tables."; 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 = ''; } }