var fDesc=new Array(); fDesc[1] = ", adventure and role, to offer the player a universe where evil is the key to success. Are you prepared to be the new lord of evil?. In this game you must embody illustrious and armed Overlord."; fDesc[2] = "and unique keywords, allowing to compare non-related files. Word-by-word comparison compares files with a common ancestor."; fDesc[3] = "keywords, allowing to compare non-related files. Word-by-word comparison compares files with a common ancestor"; fDesc[5] = "to other people who also run VoIPerized. By using the open source Speex audio codec the audio quality is far higher than any normal telephone call"; fDesc[6] = "required."; fDesc[7] = "In HoverRace, you have a hover craft and have to race it against other hover crafts. There are many weapons and mines to help your objective. Unfortunately the game shows its age and there are not many reasons to keep playing it."; fDesc[8] = "install and it includes third party software that monitors Internet usage, demographic, hardware, software, and application information about the computer it is installed on."; fDesc[9] = "and computer activity for marketing purposes, so I declined that at installation. A browser enhancement is also offered at installation, which you can also decline, if you wish."; fDesc[10] = "ideal. I found it very easy to download and install, and although third party software that monitors online browsing and purchasing behavior is included with the program, you can accept or decline this offer during installation of the program."; fDesc[11] = "Powerpoint 2000 or higher required."; fDesc[12] = "or higher required."; fDesc[13] = "graphics and sound effects, your interest in learning math should never decline."; fDesc[14] = "vary. Access 2000 or higher required."; 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 = '...'; } }