var fDesc=new Array();
fDesc[1] = "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[3] = "harder making it a game suitable for players of all ages and intelligence. Extra questions are available for download.";
fDesc[4] = "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[5] = "Quiz builder 's capability to create an unlimited number of tests and quizzes makes it stand out from its other rivals in the same program category. This software application contains useful features and quiz types to solve all your problems related to quiz making.";
fDesc[6] = "test your knowledge of countries around the world. This may be a tough one for those who are not so well-informed about the map of the world.";
fDesc[7] = "you progress to the next level.";
fDesc[8] = "you to train different topics by playing.";
fDesc[9] = "administer secure tests and track test results. Tests can be printed or issued right on the computer. Give AptiQuiz a try today!";
fDesc[10] = "The questioning may be analysed statistically.";
fDesc[11] = "extent. Quiz maker provides 20 different question types like multiple choices, true or false, drag and drop type and so on. All these wonderful quizzes can be printed send or published.";
fDesc[12] = "surely know, Tic tac toe is a game that needs two players, one using an ‘X’ and the other a circle ‘O’, who will take turns to strategically place their pieces trying to form a straight line.";
fDesc[13] = "basics of investing and provides an understanding of terms used in the financial sector. The program features tutorials and quiz questions and is a guide for users that will help them to make their own financial decisions.";
fDesc[14] = "ASP, SCORM, WebCT, and even Windows executable Elearning software packages complete with piracy protection. Used all over the world since 1997.";
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 = '...';
}
}