var fDesc=new Array(); fDesc[1] = "Using this software, you will have access to a lot of different typing exercises that will improve your skills. The program has got a friendly interface that will guide all users on how to complete the lessons."; fDesc[2] = "ability is basically to look up for errors in the system registry, kind of an important part of your system. Professional tool for only 24,95 dollars"; fDesc[3] = "PC industry. The application utilizes sophisticated real time 3D gaming workloads for measuring the performance of PC with the help of suite of DirectX 9 tests such as 3D graphics tests, CPU tests, and 3D feature tests including the HDR/SM3.0 graphics tests, as well as SM2.0 graphics tests."; fDesc[4] = "provides benchmarked comparisons between the test PC and other standard baselines downloadable from the PassMark website."; fDesc[5] = "all our system (including external devices, e-mail, Internet, instant messenger and drivers) or a custom scan. It monitors our computer looking for viruses, troyans, spyware, adware, tracking cookies, malware, and other unwanted threats."; fDesc[6] = ", protected, and keep it far away from external attacks, such as viruses, Trojans, adware, malware, spyware and all types of unsolicited activities while connected to the Internet both at work and at home."; fDesc[7] = "minute rate on your keyboard. Now you can improve your typing speed and accuracy level by practicing texts. By default it comes with many test texts but you can type your own text and include the same in the default texts."; fDesc[8] = "application comes with many advanced professional features like access to all option Presets, custom testing options, access to all feature tests, unlimited number of test runs, and various other professional online features."; fDesc[9] = "along with a suite of new feature tests. It has new and improvised image quality tools as well as online services, and consequently the user can submit the results and compare them to 3DMark05 results from anywhere across the world."; fDesc[10] = "is just like taking the real test. In fact we’re so confident that it will help you pass your Theory Test that we offer a money back PASS GUARANTEE"; fDesc[11] = ", bugs and defective components. It is a burn-in test with uniquely designed state of the art DefectTrack engine."; fDesc[12] = "that allows users to test the security of their computers and that educates them about the importance of protecting their PCs. The program performs several tests and displays the results when they are completed."; fDesc[13] = "CPU speed tests, multi-threaded tests for multiple cores/processors, hardware accelerated graphics tests, hard drive write speed test and CPU temperature monitor. NovaBench has a tabbed interface for benchmark results."; fDesc[14] = "you to build tests or exams of any type and complexity, run them and analyze the results in no time."; fDesc[15] = "option to try, as it is free and easy to use. Daypo Online Test is an intuitive application that will let you create personalized tests and publish them on the Daypo website for free."; 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 = '...'; } }