var fDesc=new Array(); fDesc[0] = "NetLinx Studio is a Windows application that integrates programming, organization and support for AMX system programming needs utilizing the NetLinx architecture. Beyond creating, editing and compiling source code in two programming languages (Axcess and NetLinx), NetLinx Studio makes it easy to manage all of the files associated with an entire control system (i.e. Master Source Code/Source Code (*.axs), Include (*.axi) files, Module (*.axs or *.jar) files, IR (*.irl/*.irv) files, User Interface (*.tpd, *.tp4, *.kpd), and Other (any file type) files) into one centralized location, as a System."; 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 = ''; } }