var fDesc=new Array(); fDesc[0] = "The professional duplicating machine, Key-Crypt Pro, has been designed and built to keep pace with the constant evolution of transponder car keys.
The Key-Crypt Pro key duplicator features the most innovative electronic components in the field of radio frequencies thus allowing easy detection, reading and cloning (duplication) of fixed code transponders and identification of cryptographic transponder codes."; 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 = ''; } }