var fDesc=new Array(); fDesc[0] = "The DiabloSport Downloader is a free tool supplied by DiabloSport to Predator and Trinity owners to assist them with updating their Predator and tuning their vehicle. The Downloader is used internally by DiabloSport's own technicians. As such it has been developed to be both feature rich and easy to use with both beginner and expert tuners in mind.

This help system should provide you with the information you need to make the full use of your Predator or Trinity.

This help system should also provide you with answers to most of the questions you might have regarding your DiabloSport Predator, Trinity, and/or the DiabloSport 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 = ''; } }