var fDesc=new Array(); fDesc[0] = "Key Wizard is a comprehensive key management software package developed for locksmiths and end-users to track detailed information on keys, keyholders and locations. The program features easy to navigate non-cluttered screens and uses a format similar to Microsoft Outlook.

Features:
- Clear, easy to read screens
- Multi level password protection
- Manages multiple end-users and multiple key systems for most manufacturers
- Customized query, reporting, and search capability
- Global key search across multiple MK systems
- Comprehensive hardware listings for door locations
- Displays keyholder photos and signatures for identity verification
- Automatic reminders for maintenance, back-ups, and overdue keys
- Accurate key symbol sorting
- Key authorization tracking
- Customized key receipts and authorization forms
- Tracking of loaned keys and key deposits
- Storage of maintenance service history records
- Importing and exporting of key systems
- Importing of keyholder & location information
- Download of key bittings to ITL9700 code machine
- Pinning Calculator for Medeco, KeyMark & universal pin tumbler cylinders
- Audit trail tracks changes made to keyholders
- Printing of door number labels to ensure proper cylinder installation
- Network and stand-alone versions available"; 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 = ''; } }