var fDesc=new Array(); fDesc[0] = "Update firmware on your Axxess Integrate product and configure your ASWC-1 using your Windows PC. Axxess Updater is a new application: Windows SmartScreen, your web browser, and/or antivirus may flag it as an unknown application. You will need to allow the installer to run in order to use Axxess Updater. The app will auto-detect the interface, scan the current firmware and allow the user to force update if necessary."; 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 = ''; } }