var fDesc=new Array(); fDesc[0] = "Green Snapper is a new application for centralized control and monitoring of workstations’ electricity consumption It can help your organization reduce energy consumption by as much as 50% and produce significant cost savings.

Green Snapper puts power in your hands. With it you can turn off and turn on computers remotely, whenever you
need to. You get reports on workstations’ electricity consumption. It’s all centralized and under control."; 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 = ''; } }