var fDesc=new Array(); fDesc[0] = "R10 is a free program that enables you to update multiple amplifiers from a central location via the d&b Remote network and to perform direct updates using the service port. It is an app focused specifically on service and administration issues of a d&b system. R10 will search either automatically or on demand for the latest available amplifier firmwares and R10 updates via the Internet."; 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 = ''; } }