var fDesc=new Array(); fDesc[0] = "This is a zipped executable (.exe) file to program your own settings for the two remote control handsets that are included with the Halo C 1 and C 2. These remotes are Parasound's custom version of the Universal Remote Control MX-700 and Sidekick.
This version of MXeditor that you can download from the Parasound website is the only version that works with the Halo C 1 and C 2 remote controls."; 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 = ''; } }