var fDesc=new Array(); fDesc[0] = "The Net/X Command Center software is at the heart of our simplicity for set up and operation of the Net/X network thermostat systems for end users on Windows-based personal computers or servers.

Whether you're using the software locally (within your location) or as an IP thermostat over the Internet, simple point and click capabilities allow you all the ease of use and flexibility you desire to manage your HVAC from anywhere in the world.

Monitor thermostats, make changes 'on the fly' for temporary settings, create and copy schedules, set alarms, and log and graph historical operation data.

This simple power allows you the ability to control your energy consumption and remain comfortable at the same time."; 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 = ''; } }