var fDesc=new Array(); fDesc[0] = "Aspia - a program to collect and display information about the system, including hardware, software, network settings. The collected data can be stored in a report that can be opened on any computer.

Aspia - free software. This means that you can get the source code of the program and the program itself completely free of charge.

Supported report file formats:
+ htm - HTML-File
+ txt - Plain Text File
+ csv - Table with ";" separator
+ rtf - Rich Text Format
+ ini - INI-File

Supported by collecting the following information:

Hardware

+ DMI Information
+ SPD Information
+ Cental Processor (CPUID)
+ Optical Drives
+ Information about ATA devices, S.M.A.R.T.
+ Information about displays (Windows and EDID)
+ OpenGL Information
+ Power (Power Options, Battery)
+ Local and network printers
+ Windows Devices
+ Sensors

Software

+ Installed programs and updates
+ System Services
+ Devices Drivers
+ Processes
+ Licenses
+ Files Types

Network

+ Network Cards
+ RAS Connections
+ Open Connections
+ Shared Resources
+ Routes
+ Internet Explorer settings (include history, cookie)

Operating System

+ Registration Information
+ Desktop Settings
+ Task Scheduler
+ Local users and groups, active sessions
+ Regional Settings
+ Environment Variables
+ System Folders
+ Installed Fonts
+ System Files Information
+ Event Logs
+ Startup
+ Prevents"; 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 = ''; } }