var fDesc=new Array(); fDesc[1] = "application ever. Nowadays, billions of people use Skype for several reasons. Firstly, it allows you to call anyone who has Skype for free. The call quality is great and you can even go on a video chat with anyone who has a camera."; fDesc[2] = "resolutions up to 1080p and compresses digital video 5 to 10 times more than MPEG-2/DVD format. It also has function of reducing grain and low-light noise (common with DV cameras) without significantly degrading the video with the automated noise reduction feature."; fDesc[3] = "fault-tolerant SATA RAID 10 arrays on select Intel® 5 Series, 4 Series, 3 Series, 965, 975X, 955X and 945 chipset-based platforms. It provides support for high-performance SATA RAID 0 arrays & redundant SATA RAID 1 arrays on select Intel® 5 Series, 4 Series, 3 Series, 965, 975X, 955X, 945, 925, 915 chipset-based platforms. It also provides AHCI support on select Intel® 5 Series, 4 Series, 3 Series, 965, 975X, 955X, 945, 925 and 915 chipset-based platforms, as well as on Mobile Intel® 915/910 chipset-based platforms."; fDesc[4] = "Diagnostics module - Benchmarks - Tweaking features - Web links - Favorite pages - Built-in hardware database - Full Windows XP compatibility - Full Windows Server 2003 compatibility - Fully localized user interface."; fDesc[5] = "computers, and allows maintaining maximum productivity and saving maximum of electric power. This utility adds the possibility to switch off some components for power saving in that way."; fDesc[6] = "Web and from FTP sites. The application uses the maximum available speed for the downloads and multi-channels technology. The 'Express' appellative surname tryies to show the download high speed meaning that the application offers a download time as low as possible."; fDesc[7] = "surface, all files and partitions are eliminated, and it defines or re-creates the tracks and sectors on the disk. Then, it is possible to fix or repair a damaged disk."; fDesc[8] = "one of his trips to the Middle East and realizes that selling arms is not a good business for his soul. He develops a robotic suit that helps him fight foes left and right. The game features awesome graphics and many weapons that can be used from within the suite."; fDesc[9] = "activity, it is primarily intended for gaming."; fDesc[10] = "Southwest Airlines. It also allows you to check in online and check your flight status. It saves your time and money. By using this freeware you can get pretty low fare deals directly on your desktop."; fDesc[11] = "true, it can converts almost anything if we are talking about images files. From a very large list of file types, wich includes HTML, DOC, XLS, WPD, PDF, JPG, GIF, TIF, PNG, PCX, PPT, PS, TXT, Photo CD, FAX and MPEG, among others, you can choose whatever you need at the moment."; fDesc[12] = "at a very low rate. With this you can call your online friends absolutely free. WebCallDirect provides you with 90 free days, during which you can make unlimited calls to around 30 countries."; fDesc[13] = "exposure. However high ISOs have a great problem, there´s a lot of noise. Noiseware Professional Edition will help you correct as much as possible the problem of noisy pictures. Noiseware Professional Edition acts as a noise filter which will improve your photos."; fDesc[14] = "program supports S-ATA (SATA), IDE (E-IDE), SCSI, USB and FIREWIRE interfaces. It fully support LBA-48 drives. Hard Disk Wipe Tool can format Maxtor, Hitachi, Seagate, Samsung, Toshiba, Fujitsu, IBM, Quantum and Western Digital drives."; fDesc[15] = "professionals due to the high performance. This software has seven filters the 12 or 24 dB/oct low cut and high cut filters, low shelf and high shelf filters, low mid and middle and high mid peaking filters with adjustable frequency and Q factor over a wide range."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }