var fDesc=new Array(); fDesc[0] = "The Update Agent is an online software program created to update electronic Bully Dog Products. This free software will make downloading updates and upgrades to your Bully Dog electronic devices easy and efficient. This program is the most automated and comprehensive update software available in the automotive aftermarket. This instruction set outlines the installation and use of the Update Agent.

Main Features:

- Version checking
- Version history details
- Sync up Master Downloaders
- Check remaining days and downloads left on Master Downloader"; 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 = ''; } }