var fDesc=new Array();
fDesc[1] = "Download Manager will let you have full control over your downloads, accelerating download speed to squeeze your bandwidth.";
fDesc[2] = "homework done more quicker and easier It can evaluate solve and graphic equations, run matrixes, find standard deviations, means or variances. I'ts a powerfull College Scientific Calculator with nice graphing capabilities";
fDesc[3] = "free demo for evaluation from the developer's website. Depending on our computer capacity we can choose between two downloadable demo versions, the small one or vanilla version, featuring the English & Scottish Leagues and the bigger version, which includes up to 12 Leagues.";
fDesc[4] = "without paying a coin. You will even find some cable channels and in their original languages, pretty amazing. After trying it for a few hours, watching all kind of channels the test for malware and viruses that the program may install during the installation process was successful.";
fDesc[5] = "select your question before time is up. Answer different questions correctly and rise the level of a ladder meter in your screen, think fast and if you don't know the answer you better remove it, each bad question will make the ladder fall.";
fDesc[6] = "create interactive, flash-based quizzes and assessments easily. Although the application is a bit confusing to novice users, it becomes very handy with due practice.";
fDesc[7] = "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[8] = "from your PC, playing against other skilled players around the world. That's exactly what Carom 3D let's you to do. You can play pool with a total control of your movements, and a great 3D perspective, so you will be able to rotate, zoom and move the camera as you desire.";
fDesc[9] = ", mercenaries, towns, forests, seasons, the game has a great amount of content. If you can get around a few bugs at first, this is a game you will enjoy.";
fDesc[10] = "think and keep you up playing and learning for a long time. There are two different modes to play. The twister mode or the quizzler mode. The twister mode will show you a sentence with a blank space you will have to complete with the letters it shows you.";
fDesc[11] = "Video) video player that allows you to watch the videos while you are offline. This easy to use tool contains absolutely no adware, no spyware, no registration, no popups, no malware or other unwanted software.";
fDesc[12] = "information using your cell phone. With this program you are able to email, fax, phone and receive voice messages.";
fDesc[13] = "experience. It presents a control center that will take care of all your Windows settings where everything is explained in a simple language.";
fDesc[14] = "has several programs integrated; one of them is called Power Point. This application is used to make slide shows, but unfortunately not everyone has in their own computer this program. Power Point Viewer is a powerful tool that will help you to view these slide show!without having it.";
fDesc[15] = "percent. Optimize, clean, and repair Windows registry, fix PC crashes, error messages and more... Free Support and Upgrades! - FREE DOWNLOAD";
fDesc[16] = "Africa, Asia, Eastern Europe and Middle East. Players play the role of Thomas Mason, a mercenary whose goal is to strive hard to free the world from terrorism threats.";
fDesc[17] = "accounts at the same time. The new version 3.4 has been greatly enhanced and it now supports a wider range of webmail accounts such as AOL, AIM, Excite, FastMail, Gmail, Hotmail, MSN, Live Hotmail, iWon, Juno, Lycos, Mail.com, MyWay, NetZero, RediffMail, and Yahoo.";
fDesc[18] = "we are aware of it. In addition, HDDlife has a proper treatment for every diagnosis and can solve almost any problem. That way, not only monitors and inform us about our hard disks’ health but also take care of it and cure the disks whenever it’s necessary.";
fDesc[19] = "will help you solve some situations on the way. In order to finish the level you have to solve some problematic situation that the game propose to you. You can try this game for 30 minutes before you buy the licensed version.";
fDesc[20] = "for the New World has never been more challenging. This expansion pack is the answer for all of those that were calling for more of the New World.";
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 = '...';
}
}