var fDesc=new Array(); fDesc[0] = "System Center Updates Publisher is an application that enables independent software vendors or line-of-business application developers and IT administrators to import software update catalogs, create and modify software update definitions, export update definitions to catalogs, and publish software updates information to a configured update server. By using Updates Publisher to define software updates and publish them to the update server, administrators can begin detecting and deploying published updates with System Center Configuration Manager to client and server computers in their organization."; 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 = ''; } }