var fDesc=new Array(); fDesc[1] = "shooters based on World War II. In this game, you will play the part of Boyd Travers, Private First Class, a paratrooper in the US 82nd Airborne Division"; fDesc[2] = "Gothic 3 put you in the foots of a hero without name, who has the ability to be a warrior, an archer or a wizard. Plot: The major character comes from the seas to the kingdoms of the continent, where the Orcs have invaded almost every human"; fDesc[3] = "Teutonic Order or the Easter Pagans for supremacy. The expansion lives up to all the expectations and it is a must have for all Total War fans."; fDesc[4] = "is just like taking the real test. In fact we’re so confident that it will help you pass your Theory Test that we offer a money back PASS GUARANTEE"; fDesc[5] = "from the fifteenth century to the French Revolution. Plot: this game has its beginning in 1453, the year in which the Turkish take Constantinople"; fDesc[6] = "wonderland town with a huge, shiny moon. If you focus in the scene you can almost feel the cold and the snow slowly falling down from the sky. There are nice houses with their lights one, being the only shelters from the cold night outside."; fDesc[7] = "gold is discovered and a fever is triggered. Once again you will be representing one of three possible pioneers of the region who have to build their settlements while defending it from bandits."; fDesc[8] = "clockwise or to the left. The objective of the game is matching flowers in bouquet of four flowers or more. When a matching is done, the matched flowers will disappear and we will get points."; fDesc[9] = "Simulator 2004 and 2002, that presents them with over 30,000 miles of scenery that covers San Francisco, Sacramento, Monterey, Santa Cruz, Diablo Ranges, Mount Diablo, the Montara Mountains, the San Andreas Fault,"; fDesc[10] = "usually a set of seventy-eight cards. It was quickly adopted as the tool for divination, and is popularized by many occult societies. Don’t worry if you are unaware about anything like divination. The program is quite descriptive. Just enter your question and click the button to see the result."; fDesc[11] = "other BibleMax modules, this one takes advantage of all the program's features, like commentaries and references. You must download and install BibleMax software before running this or any other module."; fDesc[12] = "and they have developed the neat Channel 3 Weather Wizard 2.0 software program to alert you, within minutes, right on your desktop with a desktop crawl, about the latest breaking news and weather warnings."; fDesc[13] = "in the real world, many of those will be static, just looking back at you; but many others will be twinkling right in front of you."; fDesc[14] = "love nature and wildlife. It brings to your desktop the fresh air of a snowed mountain located in the middle of an ideal landscape, where you can listen to the sounds of birds, water and animals."; fDesc[15] = "clouds, neon spark ribbons and more."; 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 = '...'; } }