var fDesc=new Array(); fDesc[0] = "The UCS Plug-in for Johnson Controls N2 for integrating smaller Heating, Ventilation and Air Conditioning (HVAC) networks without NCM's, UCS Plug-in for Johnson Controls N2 offers direct access to your N2 devices. This Plug-in removes the hassle of purchasing and programming an NCM to OPC-enable your Johnson Controls HVAC network. It speaks N2 over serial directly to the end devices."; 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 = ''; } }