var fDesc=new Array(); fDesc[0] = "IP Power SE is system software for monitoring network UPS, It can monitor many kinds of UPS of different brands and different types at the same time. In the peacetime, IP Power SE can display diversified parameters’ real time status information intuitively and clearly, such as pressure, frequency, load, temperature and battery of UPS in data and figure, helping users to know current circs of electric power, at the same time, it can also remote monitor UPS through network, the users can manage the electric power more effectively, without dimensional restriction; When the utility is interrupted or the battery is in low press, IP Power SE can do security archive and shut down the computer automatically."; 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 = ''; } }