var fDesc=new Array();
fDesc[1] = "more features like effects and custom filters that give website developers more functionality in showing better graphics. It is a must on every PC, as many sites rely on this plug-in for showing videos";
fDesc[2] = "hardware information database for over 68000 devices! Yet, the program is very small, about 12MB. It includes \"Monitor Diagnostics Test\", which is a complete tool for tweaking your CRT and LCD monitor.";
fDesc[3] = "customizable computer within your desktop! Without the need of formatting, or getting an additional computer, with this application you can test drive an operating system, software, or a configuration and see if it fits your needs!";
fDesc[4] = "speeding resolution of customer-reported problems. PC-Doctor 5 for Windows provides support technicians with powerful hardware diagnostics and system information tools to speed call resolution and increase first-call resolution rates.";
fDesc[5] = "diverse information about the hardware and software installed on your system. As expected from a free version, this version is limited for personal use, which mean that can´t be used for commercial reports and doesn´t have any kind of tech support.";
fDesc[6] = "after Oahu. You can drive through the streets and hills on over 125 vehicles licensed for the game. With good challenges and a solid multi-player support this game is a fine choice for car junkies.";
fDesc[7] = "This program will detect, analyze and benchmark every software or hardware element in your system, letting you know its performance and capabilities.";
fDesc[8] = "the application, you will see a small screen asking you how much memory you want to test. The ideal value here is the total of your memory. If you are troubleshooting your computer for RAM problems; that is.";
fDesc[9] = "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[10] = "detailed information about all your hardware component.";
fDesc[11] = "the upload and download speeds of your Internet Service Provider connection. After performing the test, the program will display the legend \"Speed Test Complete\", and will show you the information about your download and upload speed in kbps and KB/Sec.";
fDesc[12] = "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[13] = "samples of your system or Internet speed at regular intervals. If you want to test your hardware, you can order SpeedTestPro to check the speed of your CPU, Memory, Drives, Uptime and Disk Write and Read Speeds.";
fDesc[14] = "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[15] = "school or in a higher education level, where they have to take classes, learn, practice and speak the English Language in a fluent form, somebody involved for example in the IELTS (International English Language Test System) or for those you need to practice their own English.";
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 = '...';
}
}