var fDesc=new Array(); fDesc[0] = "Manage any Linn DS players in your network. Konfig provides access to advanced configuration settings and allows you to update your DS software. Devices will be discovered automatically when the application is loaded. Click on a device in the list to display it's version information. Click on the various tabs for device configuration, diagnostics, update and more."; 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 = ''; } }