var fDesc=new Array(); fDesc[0] = "Computer Inventory (Client) allows you to gather information about all the components of all the installed local machines over your server. This tool will connect and provide detailed information to the Computer Inventory Server about all installed components of all the local machines. The Computer Inventory Server stores software and hardware configurations as well as OS version, installed software, Microsoft Service Packs / Updates / Security Updates / Hot-fixes, drivers and PC hardware information such as BIOS, CPU, physical memory, hard-disk and much more. This client is capable enough to generate all required readable reports for the user.
The user can also save all his software and hardware configures in XML file format."; 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 = ''; } }