var fDesc=new Array(); fDesc[0] = "ZENworks Patch Management Agent will remove an agent on the machine if there is one, then install the version you are sending to it without requiring a reboot or any user intervention. You can use this utility to install the ZPM 6.4.2.420 Agent version to a PC, or remove the agent, or upgrade to this version."; 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 = ''; } }