var fDesc=new Array(); fDesc[0] = "PowerCore is an advanced tuning software for Dynojet Dyno owners. It helps you control the dyno, analyze data, adjust/create calibrations and maps for Dynojet products. It comes with WinPEP 8 Dyno Control that connects PowerCore to DynoWare RT and shows data live on gauges, starts/stops sampling, and sets up other functions such as load control and other dyno specific functions."; 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 = ''; } }