var fDesc=new Array(); fDesc[0] = "The SPS (System Protect Software) is one utility which communicates with SNMP/WEB Inteface II (Network Monitoring Card). SPS provides logs events, notifies users of events and protects system to shutdown gracefully. With the SPS, it can save application’s data and documents before system shutdown as well."; 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 = ''; } }