var fDesc=new Array(); fDesc[1] = "use. Whenever a more recent version of any programme becomes available, Software Informer notifies you and offers a link for downloading the update. It also allows you to keep track of comments and questions on corresponding software."; fDesc[2] = "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[3] = "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[4] = "questions. The answers need not to be correct, but must coincide with a list obtained through a survey taken from a hundred people. The questions are about things you will find in your daily life."; fDesc[5] = "Pursuit in three different modes: Solitaire (you against the machine), Time Attack (you against time) and 1 to 4 players, to play against other humans."; fDesc[6] = "custom quizzes or tests to memorize vocabulary, science knowledge, history, etc., With Teach2000 you can create simple questions like yes/no questions, and also they can be more complicated like multiple choice and multiple choice with multiple answers."; fDesc[7] = "friends. You can also play the single mode and answer adult or kids questions. The adult questions are more difficult. Each person will have to throw the dices and then choose a question category."; fDesc[8] = "address, net addresses, net prefix and net mask, don´t look for any more, you have just found one of the best. It is LAN calculator. LanCalculator makes all the above mentioned possible with one key press."; fDesc[9] = "harder making it a game suitable for players of all ages and intelligence. Extra questions are available for download."; 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] = "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[12] = "“what are your strengths?” Whether you’re new to the job market, out of work, or looking for a new challenge, Teaching-you Job Interview Skills will give you the confidence and interview know-how to make a good impression and secure the job of your dreams."; fDesc[13] = ", 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[14] = "you progress to the next level."; fDesc[15] = "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."; 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 = '...'; } }