var fDesc=new Array(); fDesc[1] = "really amazing in You will find all the information that you need, there are different topics such as people, environment, politics, that will let you have a full picture of the place you are looking up."; fDesc[2] = "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[3] = "watch it again and again, using YouTube Movie Downloader will be a good solution for you. This program allows you to download as many movies from YouTube as you want and it will convert them into MP3, AVI, MOV, MP4 and 3GP file formats."; fDesc[4] = "channels offering breaking news, video, music and sports. Zebtab is free, and it doesn´t require you to register."; fDesc[5] = "done.You have to distribute tasks among your collaborators taking into account their special abilities. Also, you have to keep an eye on their stress levels. The game is organized in “episodes”. You can try this game for 60 minutes before buying."; fDesc[6] = "in turns, in a browser window, while the real time combat is played in a gaming window. It has a steep learning curve but hardcore strategists will love it."; fDesc[7] = "to travel to th ancient Rome, land of intrigues and politics. In this game is very important to build and manage a classical Roman city. You have to take care about all the needs of your citizens."; fDesc[8] = "Bush administration while providing players with an outlet for their anger against it."; fDesc[9] = "that you subscribe to. The news are displayed, skipped and rotated automatically on a 3D or modern toolbar. The toolbar's transparency can be changed, and the toolbar itself can be shown or hidden using shortcut keys."; fDesc[10] = "subjects, from pop culture and music, to politics and history, and beat your opponents to get the best score or win real money and prizes. The game is dynamic, challenging and entertaining."; fDesc[11] = "strictly to www.hotelbookingpro.co m and allows you to use their booking and budget services. Their standard service is hotel room booking, but they also offer car rentals, and airfare tickets."; fDesc[12] = "use them to explore new solar systems throughout the galaxy. Hundreds of different components to place on your ships and facilities to build on planets. Use fighters, troops, and mines to supplement your star ships. Build your empire through research, intelligence operations, politics, treaties, and decisively planned strategy. Engage in Tactical or Strategic Combat throughout the galaxy. Up to 10 players either human or computer with multi-player support. Customize the graphics for your ships and download updates from our WEB site!"; 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 = '...'; } }