var fDesc=new Array(); fDesc[0] = "Bravo 500 Flex Programmer is a professional tool to connect the bravo 500 to pc.
Connect RJ45 connector to the RJ45 Jack on the Test Board.
Connect DB25-pin connector of the programming cable to Parallel Port on PC.
(This connection need only be made if the TMR will be re-programmed with a new
frequency or capcode.)"; 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 = ''; } }