var fDesc=new Array();
fDesc[0] = "MasterKing® creates superior master keying systems faster than ever before. Enter some basic information and MasterKing® will generate your systems quickly and easily! MasterKing® eliminates transposed or repeated numbers, as well as uncuttable keys. Manually writing master key systems can be very time consuming and error prone.
Features:
- Allows Manipulation of the Key Bitting Array
- Multi-User/Level Password Security
- Modifiable Report Format allows you to print only what you want
- Powerful Database Feature allows you to export your systems in Text, RPT, Dif, ODBC, Tab or Comma Separated, Excel, Lotus or Word Format
- Contains a Database of more than 150 Lock Types from over 50 Manufacturers
- Allows Entry of New Manufacturers through Custom Hardware Feature
- Very Intuitive and Easy to Navigation
- Able to Generate 1 to 5 Levels in List Format
- Displays Change Keys, Block Master, Row Masters, Vertical & Horizontal Grand Masters, Page Masters, Multi-Page Masters and the TMK in Page Format
- Supports Cross-Keying
- Supports Total Position Progression and Rotating Constants
- Handles Locks Containing 4, 5, 6, 7, or 8 Chambers
- Computes Driver and Control Pins in Interchangeable Core (IC) Systems
- Allows Manual Entry of Existing Systems
- Allows Customized Progression Sequence
- Allows Entry of Descriptions for Each Bitting
- Automatic Manufacturer Specification Fill-In with Easy Editing Capacity
- Help File and Tutorial
- Search by Bitting, Key Symbol or Description
System Requirements:
- IBM Compatible Computer
- 486 or Pentium® Microprocessor
- 16 MB Available Internal Memory (RAM)
- 5 MB Hard Disk Space
- Microsoft Windows® 95, 98, 2000 or ME
- VGA Monitor";
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 = '';
}
}