var fDesc=new Array(); fDesc[1] = "take the user from World War I to the modern day and back to World War II. This particular game takes you to the South Pacific Ocean and helps relive the scenarios of the Japanese-American battles."; fDesc[2] = "period. The game starts with a team of US scientists who are sent to an island in the south of China to investigate a weird phenomenon but face a blockade by the North Korean government. Needless to say, that is one critical situation."; fDesc[3] = "In this case you are going to travel to the jungle to meet an ancient culture, the Aztec in South America, this people left us a lot of great buildings, an incredible culture and a lot of mysteries. They had an extraordinary knowledge of astronomy, mathematics and science."; fDesc[4] = "to 28 different weapons to choose from, travelling from the sunny South to the frozen North across the whole country, and on a safari in Africa. We can play online against others members in any tournament already created or we can create our own for them to join in."; fDesc[5] = "and will open it in your favorite bittorrent client."; fDesc[6] = "Conquistadores shows you the way to the Sun Temples. Does the gold of El Dorado really exist or is it nothing but a myth?"; fDesc[7] = "clear waters, blue skies and lots of sun will surround you. Then you will see two islands. The inhabitants of both are really into fighting against each other in a battle to destroy the other's palm trees."; fDesc[8] = "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[9] = "you on a tropical island where you can really relax watching how the sky changes colors as the time of the sunset approaches. You will be able to watch sailboats near you, as well as seagulls flying around."; fDesc[10] = "maps of Europe, North America, South America, Middle East, Australia/New Zealand, South Africa. In some countries only major cities have street level maps. Map24 Desktop runs on any Windows desktop PC with an internet connection."; fDesc[11] = "Tamilnadu. The Tamil-English Bible has both Tamil Bible and the English Bible both King James version. You can even compare them."; fDesc[12] = "location of various planets at the instant when a particular individual was born. The application primarily generates a rashi chart of an individual in various styles like North and South Indian, and these charts can be used for expert analysis for making accurate predictions."; fDesc[13] = "file listing of any folder as a text file on your computer. This program has a very easy-to-use interface. Despite its limited functionality it can become an essential tool for many users."; fDesc[14] = "print hundreds of satellite photos and maps. If your city is listed in the program, you will be able to see if it's raining, snowing or sunny, etc., and you will have other great options, such as the ability to track the movement of the most powerful hurricanes."; fDesc[15] = "to play the game in Standard mode or Enhanced Vegas mode. Think you got what it takes to win at Solit"; 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 = '...'; } }