var fDesc=new Array(); fDesc[0] = "This software enables you to program frequencies, set parameters and save it in your PC for any version of DJ-X7 (US, Europe and Japan). The 800MHz cellular band can't be modified by any means, and inversion scrambler decoder feature is blocked for the "T" model according to the U.S. legal requirements. By using this utility, the Preset mode (TV/FM/AM broadcasting) bands will be overwritten to the default data of the model chosen at the "model"check-circle on the Setting 1 tab. Please make sure to correctly choose the model of your own before writing data to your DJ-X7."; 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 = ''; } }