var fDesc=new Array(); fDesc[0] = "PowerStream enables remote control and management of the entire Maevex network topology. Installed on a network PC, the command & control application supports a variety of features, making Maevex appliances entirely configurable, manageable, and updateable via the network and all from one or more central locations. PowerStream also allows easy switching of channels or streams at each decoder with no additional equipment."; 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 = ''; } }