var fDesc=new Array(); fDesc[0] = "HydraFlash can be used to load standard and custom tunes to a Hydra Chip using supported programming hardware. This program is easy to use. Just connect the supplied USB cable to the chip and your PC; the 15 programmable positions will appear in the HydraFlash software. You can convert your PCM code using the Box/ HEX Conversion feature."; 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 = ''; } }