var fDesc=new Array(); fDesc[0] = "HiBit System Information is a powerful system information utility that gathers important data on the computer's hardware and software components also you can save your scan results directly as an HTML file for easy sharing.
The HiBit System Information is divided into few major categories: summery, hardware: CPU, RAM, Motherboard, BIOS, Display, Storage, Printer, Network, Sound Card, Keyboard, Pointing Device and software: Operating System, Security Software, Processes List, Services, System Drivers, Startup, Installed Programs, Event Logs."; 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 = ''; } }