var fDesc=new Array(); fDesc[1] = "of related words, with one-click look up in almost any Windows program. The database has over 150 000 root words."; fDesc[2] = "of elite army corpses, weapons and technollogy. Generals Zero hour can be played with 3 teams: The Chineese, the Terrorist, and, of course, the American one."; fDesc[3] = "Berlin Wall hadn't fallen? Well, we would be living in a quite different world. That is what the game is all about. The Berlin Wall didn't fall and the Soviet army kept on getting more and more powerful."; fDesc[4] = "one picture you are looking for. Use the picture of a famous movie celebrity, a comic, or the singer of your favourite band, to make the perfect joke, amuse your friends, or just to have a good time while creating some bizarre pictures."; fDesc[5] = "you must haul cargo between 48 U.S.states, Canada and Mexico. Your goal is to make money, dominate the roads and eliminate the competition."; fDesc[6] = "a vast environment. The game starts with your entry in to the birth place of skate culture the city of angels, Los Angeles. You get to choose your missions in Tony Hawk's American Wasteland 1.0 and you will never skate the same line twice."; fDesc[7] = "files into Mp3 files. The program does not support a lot of audio formats but it will convert between the mentioned formats with a very fast conversion speed. The program will convert your audio files from one into another in just a few seconds."; fDesc[8] = "You choose the nation, the leader and take on board. After landing on the shore, you found the colony. You need to discover new lands, found new towns, defeat enemies, pay gold to your king or fight against him for independence."; fDesc[9] = "are going to manage your own farm. You will decide everything from what crops you will plant to what equipment you will buy to use in your farm."; fDesc[10] = "make matching groups of three or more and turn the board to gold in more than 120 brain-bending levels. Show off your puzzle prowess and create perpetual cascades by creating matches while new game pieces are falling into place."; fDesc[11] = "developers of the Cossacks series. It is published by CDV. The game action is developed between the fifteenth and nineteenth centuries in the Americas."; fDesc[12] = "Divided Nation is the second independent (or standalone) expansion of the American Conquest saga. The main theme of this game is the American Civil War and the independence of Texas from Mexico."; fDesc[13] = "ride personalized themed choppers, challenging their racing skills on a variety of missions and earning style points to unlock new bikes, along the way."; fDesc[14] = "Windows application that makes bible study easier for students and those interested in the Bible. This plug-in is one of a series of PocketBibles available to add to collections of Bibles and Books that readers can store in the host program’s Library."; 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 = '...'; } }