var fDesc=new Array(); fDesc[0] = "The VSM is event-alert text messages service recommended for a large cluster of networked Systems where an enormous amount of maintenance service is required. When any online System is event-triggered, instant text messages will be sent to VSM for IT operator to proceed with maintenance on the System cluster. Following the receipt of the messages, the VSM can activate alarms to the operator's attention while sending emails and SMS alerts to local subscribers. The purpose of adopting VSM is to help IT operators easily notice Systems health status and response instantly to various frequent events. It can co-work with Center V2 Server and serve as many as 1,000 Systems simultaneously."; 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 = ''; } }