var fDesc=new Array(); fDesc[0] = "WMI Provider is a simple WMI Provider written in C# (.NET 3.5 SP1 is required) to list the Serial Number and Model name of the attached Monitor(s). It creates a new WMI Class "Win32_MonitorDetail" in the WMI Namespace root\cimv2. You can extend the SMS/SCCM Hardware Inventory to include this class in the inventory."; 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 = ''; } }