var fDesc=new Array(); fDesc[0] = "Tracer 9 XT is designed to manage personnel key issue records, and manage and/or create master key system. Tracer 9 XT is an ideal solution to key security issues for hospitals, colleges and universities, government facilities, military bases, and any facility or organization with a large number of keys and personnel to manage. Security: With 13 levels of Account/Password access, your data is safe from unauthorized access.
An unlimited number of accounts and passwords can easily be created by the administrator."; 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 = ''; } }