var fDesc=new Array(); fDesc[0] = "Control your power usage and help reduce energy costs with Cisco EnergyWise Orchestrator, a dedicated turnkey power management solution for IT assets. Its client/server architecture administers the energy requirements of Power over Ethernet (PoE) devices and extends enterprise power management to desktop and laptop PCs. By virtue of its integration with Cisco EnergyWise technology on Cisco switches and routers, the Orchestrator provides a comprehensive energy management solution for your organization. Using the broad reach of the network, you can measure, manage, and reduce the energy requirements of most network-attached 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 = ''; } }