var fDesc=new Array(); fDesc[0] = "Compared to other complicated locksmith software MK Express is the quickest and easiest Master Keying Software available to a locksmith. MK Express is designed to be as simple to use as possible. A big part of this is having as little clutter on your screen. MK Express runs standalone on a single PC. The level of security on the system files is completely in your control via the security of the PC. The name says it all, MK Express, this quick and easy to use Master Keying Software will create master key systems for all major manufacturers of both Standard Inline and Interchangeable Core Cylinders"; 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 = ''; } }