var fDesc=new Array(); fDesc[0] = "The Datgel Administrator Tools gINT Add-In consists of 5 tools that provide powerful functionalities and capabilities to your existing gINT system.

1. Convert Project Tool: Convert gINT access projects with extended options.
2. Export Tool: Exports data to several files types, either one file per PointID or all PointIDs in one file, and allows the user to define a filter.
3. Find or Set Property Tool:Find or Set the property of a database, table or field in gINT
4. SQL Tool: Builds and executes SELECT, UPDATE, INSERT and DELETE SQL statements.
5. Lookup List Check Tool: Checks all tables and fields in the gINT project for lookups and verifies the value with the lookup source."; 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 = ''; } }