var fDesc=new Array(); fDesc[0] = "The TRS-5000 model key copying machine offers the possibility of cloning encrypted code transponders. The machine, which has been designed taking into account the safety standards currently in force in the EU, leaves the factory ready for use and you only need to connect the power supply to the mains and then to the machine."; 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 = ''; } }