var fDesc=new Array(); fDesc[1] = "updates and thanks to it we can say it’s the next step in the Access evolution. The user’s disposal – wide library of professionally created templates of applications, makes table-, forms-, enquires- and reports- building easy."; fDesc[2] = "and DVDs. You can choose between several static and animated menus and preview everything before burning the disc. You can also burn standard DVD files (VIDEO_TS folders containing files. VOB. IFO and. BUP)."; fDesc[3] = ", create 2D presentations with LayOut, and more. It's easier to learn than other 3D modeling programs, which is why so many people are already using it."; fDesc[4] = "game of historical empire building in which the player builds an empire from scratch. All full-time standard game starts in 4000 BC with a single settler, to build the first city, and an explorer or a warrior."; fDesc[5] = "spider man whose mission is to stop Electro from taking over the world. Throughout the game, user swing from building to building, picking up power-ups, beating up thugs and hired goons, and every so often confronting a boss who then proceeds to whip the living tar out of them."; fDesc[6] = "fourth episode in the SimCity series and originally was released on 2003. It has a single expansion pack known as Rush Hour which adds additional features to the game. But the Deluxe Edition contains the original game and Rush Hour combined as a single product."; fDesc[7] = "collages. With this cool application you will be able to: - Create collages that can be used as desktop wallpaper. - Create collages that you can send them to your friends and family by email. - Build tuning pictures for using them on your website or online album."; fDesc[8] = "hard not to compare the game with Legos, though it doesn't have the license it does have the fun. It is an excellent choice of game for those young builders out there."; fDesc[9] = "previous editions there is no much new to tell because the game is pretty much the same, only changes its location. For those who haven’t played the previous editions of this game, let’s say that this is a strategy game related to construction and real estate business."; fDesc[10] = "ready for the contest called Town of the year. The game is the second release of the sequel and includes great improvements and amazing new features."; fDesc[11] = "under the direction of Sid Meier at Firaxis Games studies and Firefly Studios. This game is about building cities along the history of Rome and bringing them to their splendour."; fDesc[12] = "the most famous cities in the world. The game is beautiful and also sounds very good. However, it poses no challenge to gamers."; fDesc[13] = "graphics and a complex socioeconomic scheme, this game will keep you entertained for a while. The 2008 version includes new features which makes it the best of the series, but if you already own City Life, just stick to your copy."; fDesc[14] = "game. The result is an interesting game that, even if it has flaws, contains several levels of depth and replayability. The game will certainly appeal medieval fantasy fanatics as it introduces new elements for the genre."; fDesc[15] = ", but it’s different from others games alike since it has twelve-in-one solitaire games which is great in order not to get bored any soon. All twelve solitaire games offer a thorough explanation of how to play in the beginning."; 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 = '...'; } }