var fDesc=new Array(); fDesc[0] = "Program your Castle Link compatible hobby controllers on your PC with the Castle Link USB Programming Kit!

Features:

-All-in-one support for Phoenix, Phoenix HV, Mamba, Sidewinder, Barracuda, Thunderbird and Hydra brushless controllers, as well as the Berg 7P receiver
-Access expanded programming and parameters for Castle car controllers
-Throttle Curve allows users to configure the throttle for better control of acceleration
-Brake Curve allows users to configure the braking feel to suit their setup and track
-Drag Brake simulates the drag of brushed motors and allows for better handling in many situations
-Punch Control for more controlled acceleration
-Access expanded helicopter programming and parameters for Phoenix and Phoenix HV"; 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 = ''; } }