var fDesc=new Array(); fDesc[0] = "AMX Product Info (AMX-PI) is the next generation of the SoftwareHistory2 application, providing a complete product revision history, feature, and command set for all AMX devices and software applications.
Features:
- All versions of firmware with release dates and notes, providing a complete product development history
- Concise lists of commands, strings, and channels to help programming and troubleshooting
- Advanced search capabilities allow searching by product name, command, or FG number
- TOC (Navigation pane), allowing users to browse for products by product category
- Cross-Platform and browser independent
- Interactive navigation that displays consistently across all supported browsers and platforms
- Browser-based UI that is cross-platform compliant (Windows, UNIX, Mac and Linux) and compatible with all popular browsers (Internet Explorer, Firefox and Netscape)"; 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 = ''; } }