var fDesc=new Array(); fDesc[0] = "Get access to thousands of tested repair solutions and help your clients solve any problem related to car immobilizers. Every repair available in Immo Bypass includes detailed photos, diagrams, and text descriptions. Thousands of detailed photos showing cars, ECUs, plugs, components and any other elements that you can find during a repair will make your work seem effortless.In Immo Bypass you can find hundreds of detailed ECU, plug, and emulator pinouts as well as wiring diagrams. Don’t waste time looking for the connections on your own. They are ready to use right here in our software."; 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 = ''; } }