var fDesc=new Array(); fDesc[0] = "BKS KeyManager is a free tool for con­figu­ring, managing, and recording mecha­nical and mecha­tronic master key sys­tems. With the new BKS KeyManager, a unique software­ has entered the market desi­gned to manage and record complex master key sys­tems and their mecha­nical, mecha­tronic and elec­tronic pro­ducts, and to pro­gramme elec­tronic cylinders and readers."; 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 = ''; } }