var fDesc=new Array(); fDesc[0] = "ECMLink is a tuning and logging tool for the DSMs and Lancer EVO 1-3 platforms. ECMLink has the flexibility you need to do just about anything you want. It allows you to run any number of different configurations from bone stock cars on a stock MAF to 11-second road course beasts on speed density to 8-second drag cars running a GM MAF."; 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 = ''; } }