var fDesc=new Array(); fDesc[0] = "Eaton UPS Companion provides safe system shutdown for SOHO, small business & Residential users looking for an easy way to enhance the protection capabilities of their Eaton UPS. Eaton UPS Companion allows an easy configuration procedure for shutdown parameters, and user friendly access to UPS settings. Eaton UPS Companion also provides data on energy usage and energy cost for a better understanding of the power expense required for the protected equipment."; 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 = ''; } }