var fDesc=new Array(); fDesc[0] = "Pi CalTool is the ECU calibration software that enables you to program ECU configuration maps and monitor the effects of the changes. The program provides a comprehensive online guide to the application's features and functionality, giving clear, concise descriptions of how it works and step-by-step instructions to carry out calibration procedures. The system includes context-sensitive help topics for wizards, dialogs, menu items, and toolbar buttons."; 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 = ''; } }