var fDesc=new Array(); fDesc[0] = "C-Com WP XFI gives you complete control over the fuel and ignition of your engine and many other functions such as power adders, torque converter lockup, fans and fuel pumps. There are numerous possibilities of the things you can control with your new XFI™. The software will guide you along step-by-step through the installation and tuning processes.

Menu Mode breaks the software menu system down into three modes: Basic, Intermediate, and Advanced. These software menu system modes are meant to represent the tuning experience required to operate the XFI system"; 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 = ''; } }