var fDesc=new Array(); fDesc[0] = "The Spector 360 Control Center provides the capability to change the configuration of the Data Vault Server, Database Storage, and Primary Server. It also can be used to change the parameters for client communications and security.

The Control Center also allows you to remotely manage and configure the monitoring component for each of the computers on your network. With this tool you never have to physically visit individual computers."; 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 = ''; } }