var fDesc=new Array(); fDesc[0] = "ASTRA32 - Advanced System Information Tool is an ideal solution for providing comprehensive information about the configuration of your system.

Main features:

- detects 494 processor and coprocessor types from: Intel, AMD, Cyrix, VIA, Centaur/IDT, Rise, Transmeta, NexGen, UMC, IBM, Texas Instruments, C&T, IIT, ULSI, National Semiconductor, SiS
- identifies processor frequency, CPU clock multiplier and FSB clock, detects expected (not-overclocked) processors frequency, processor number, socket (slot, socket) and package (Platform ID) processor type, identifies processor features (MMX, SSE, SSE2, SSE3, Supplemental SSE3, SSE4, XOP, 3DNow!, 3DNow! Extensions and others) and L1/L2/L3 processor cache size
- a unique Drivers Troubleshooter function. It lists all problem physical devices whose drivers are not properly installed or completely missing
- quick HDD Health Status checker (using an unique algorithm)
- detailed drivers information (driver name, provider, version, date, status, etc.) for each physical device
- identifies motherboard manufacturer and URL, identifies vendor, date and version of BIOS, identifies vendor and model of chipset
- identifies models and size of ATA/ATAPI devices (HDD, CD/DVD drives, ZIP drives). Detects interface type (Parallel ATA, Serial ATA I, Serial ATA II). Detects PIO, DMA and Ultra DMA modes (including active modes of the configuration). Identifies ATA/ATAPI devices on external UDMA/SATA controllers. Detection of CD/DVD-drives' maximum and current read/write speeds
- reading of HDD S.M.A.R.T. information (including drives using external UDMA/SATA/RAID controllers) and detection of HDD temperature
- identifies SCSI devices (HDD, CD drives, scanners, tape drives). Detects device name, type, size, SCSI serial number, temperature, manufacture date, buffer size, HDD rotation speed and others
- detects SPD memory modules (size, type, vendor, speed parameters and many others)
- identifies PCI/AGP/PCI-X/PCI-E/PCMCIA, ISA/PnP devices and used resources. Program can detect over 15600 devices
- identifies USB devices (vendor, model, serial number, version, speed and others). Program can detect over 21000 devices
- identifies over 11400 monitor models, the viewable diagonal image size, modes supported by the monitor and other features
- support of DMI/SMBIOS standard, including detection of system name, motherboard model, BIOS, CPU, cache, memory subsystem parameters, motherboard slots and ports information
- identifies vendor and model of graphic controller, video memory size
- identifies sound card type, modem, network card, LPT/PnP devices (printers, scanners) and many others
- information about Windows and installed programs and hotfixes
- creates a file report in plain text (see example), INI (see example), HTML (see example), XML (see example) and CSV (see example) 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 = ''; } }