var fDesc=new Array(); fDesc[0] = "CyberPower PowerPanel Business Edition is an app allows you to monitor the CyberPower Battery Backup status. You can view the Power System information and configure the Power System location, configure the Battery Backup settings and perform diagnostics, configure protected system and view the summary, manage scheduled shutdown and restart settings, and more."; 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 = ''; } }