var fDesc=new Array(); fDesc[0] = "LookInMyPC generates a complete, comprehensive system profile that includes information on all installed hardware and software. Additionally it provides system diagnostic information such as details on running processes, installed services, startup programs, Windows updates and hot fixes, active network and Internet connections, TCP/IP port usage, event log detail, and much more. All this is provided in an easy to read, formatted report that you can view and print using your web browser.

Many report items are automatically hyperlinked so you can quickly and easily "Google" them to find out what they are or if some programs might be spyware or viruses. It can also compare scans to look for changes on your computer.

It is also completely non-invasive and makes no changes to your computers settings whatsoever. It can be run entirely from a thumbdrive if desired, and it will automatically archive reports on the thumbdrive, even for multiple computers.

The program includes even a handy function that allows you to create a full system profile and diagnostic report and automatically send it as an email ZIP file attachment to a tech support or help desk person."; 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 = ''; } }