var fDesc=new Array(); fDesc[0] = "The UCS Plug-in for Johnson Controls N1 robustly provides the user with connectivity to a Johnson Controls Heating, Ventilation and Air Conditioning (HVAC) systems. This is done through communication between the HVAC system and separate network control modules (NCM) using the N1 Protocol.

The UCS Plugin for Johnson Controls N1 is the ONLY Plug-in that is able to be recognized as a PMA workstation on the NCM network. This server enables you to securely broaden your connectivity options in the market."; 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 = ''; } }