var fDesc=new Array(); fDesc[0] = "The Flashloader™ switchers allow you to switch between your favorite GIAC performance software and your stock software with the touch of a button. The Flashloader™ Software Switcher comes in a Windows®-based application for your PC or a pocket-sized, hand-held device that plugs directly into the ECU serial port. Both Flashloader switching products enable two to five program switching and use serial flashing technology requiring no additional hardware within the ECU."; 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 = ''; } }