var fDesc=new Array(); fDesc[0] = "The Service Deployment Tool is a plug-in program that uses OfficeScan plug-in architecture to remotely deploy the Trend Micro System Information Collector (SIC) and other applications to the OfficeScan client. The administrator can remotely execute the service program from the OfficeScan console and the client execution result can also be sent back to the OfficeScan server."; 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 = ''; } }