var fDesc=new Array(); fDesc[0] = "SmartLinkIV Zippers is designed with the appropriate base map and base settings for your specific application based on the modifications you have done to your bike as well at your riding style requirements.
The menus of this software tool contain valuable features which include browsing the Base Map Library, saving your tuning work, and Read/Write commands for ECM communication.
Tuning Map Window displays the Tuning Maps that are selected from the Tuning Map Tree. From this window you will be able to tune the AFR and Ignition Curves."; 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 = ''; } }