var fDesc=new Array(); fDesc[0] = "The most powerful and easy to use hand held tuner in the world. The AccessPORT is the industry leading OEM ECU flashing, managing and monitoring assistant. Unlock power hidden within the ECU by replacing conservative factory settings with more aggressive calibrations. The result is impressive gains in torque and horsepower while maintaining a high degree of safety. The AccessPORT comes with pre-installed maps that are optimized for common performance modifications."; 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 = ''; } }