var fDesc=new Array(); fDesc[0] = "Key Organizer is a software that helps you map all of a key manage­ment's elements, i.e. keys, lock cylinders and locking options (locking plan), corresponding doors and, on the other hand, people (key holders) as well as the issuance and return of keys (key book, journal).

Features:
- Comprehensive monitoring and print functions.
- Integrated solution for the administration of your keys, doors, key systems, cylinders and key cabinets.
- Display of all locking possibilities according to keys, persons, doors, cylinders or key systems.
- Import and export functions.
- A high degree of security."; 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 = ''; } }