var fDesc=new Array();
fDesc[1] = "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[2] = "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[3] = "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[4] = "experience. It presents a control center that will take care of all your Windows settings where everything is explained in a simple language.";
fDesc[5] = "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[6] = "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[7] = "game. The idea beneath the game is that Eveline the Wise will have many questions for you, and you’ll have to answer them all by solving different puzzle games. The Realms of Etheria is the scenario of the story.";
fDesc[8] = "languages available are simplified and traditional Chinese, Spanish, Portuguese, French, Italian and many others. You can try the full features of the program for 7 days before purchasing.";
fDesc[9] = "to guess the most popular answers the people gave to a certain question. While this new edition doesn’t have much of a change, it still offers the good things. You can try this game for 60 minutes before you buy the licensed version.";
fDesc[10] = "knowledge and get a prize if you pass. General Knowledge Quiz is a fun gradual challenge where you should answer ten questions before moving to the next level, you also have to have seven out of the ten questions right to move on.";
fDesc[11] = "capabilities. The game play is quite simple. All we need to do is select the arithmetic operation we want to practice (addition, subtraction, multiplication, division) from the Problem Type menu. We can also select a vehicle, and then start doing the exercise proposed by the program.";
fDesc[12] = "bothering and time consuming can be to prepare exams for students. The purpose of SchoolHouse Test is helping you creating tests of a wide variety of types with a great simplicity.";
fDesc[13] = "situations (Australia and Yugoslavia). With DLT you will be able to learn very quickly on the try - next or beep-see correct.";
fDesc[14] = ", phone numbers, addresses, etc. This simple yet innovative program will let you create questions and answers, and after a period, it will ask you to answer these questions correctly.";
fDesc[15] = "categories on a game board with different monetary values on them and you have to choose one and answer a question related to music. If you answer correctly, you win the money.";
fDesc[16] = "anything. You can create any number of flash card sets and print on any printer. There are also five testing modes, so you can study on your computer.";
fDesc[17] = "multiplayer game, so if you like you can play it with family and friends. The basic idea of the show is that you have to guess what were the most popular answers people gave to a certain question.";
fDesc[18] = "Increaser will start opening your Myspace profile page in an inbuilt web browser time after time. If you are an artist and need to be exposed to a bigger audience, then, the more visits you have, the more likely it will be that your page becomes featured.";
fDesc[19] = "where the player has to save its planet by firing on the wave of mathematical equations before they hit the planet. The fire is effective only when the answer on the spaceship text box matches with the correct answer.";
fDesc[20] = "music, wildlife and general. You need to be quick at responding, since you have only 20 seconds to answer the question. if you love quizzes and trivia games, this one is definitely for you.";
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 = '...';
}
}