var fDesc=new Array(); fDesc[1] = "improvements that make the game even more addictive. Players have the option of choosing to play the single player campaigns, multiplayer, or random maps."; fDesc[2] = "mode, i.e the same history and strategy in real time. The big difference that shows the wisdom of the people of Microsoft and Ensemble study is that it adds 5 new civilizations and substantially improves the artificial intelligence."; fDesc[3] = "Iroquois or the Germans, improving the Home City, and enjoying the first two single-player missions of the continuing tale of the Black family."; fDesc[4] = "civilization, or as the imperialistic British. Players also have the opportunity to try out the new random map Honshu, and the King of the Hill game type."; fDesc[5] = "to non professionals developers, but is built with the same technology than the line of SQL Server 2005. This version is more complete that the Jet Version, or the MSDE version."; fDesc[6] = "allows you to cut and paste video and images, modify video volume, create PowerPoint like presentations on video which means that you can choose transition animations and background music for each \"slide\"."; fDesc[7] = "modified version of the game is used by the US Marines. There are so many options and features that make this game just great. If you haven't played it yet, you certainly should."; fDesc[8] = "of your desktop environment by replacing icons with incredible icon packs, changing wallpapers, backgrounds, screens for logon and boot sequence, among other things"; fDesc[9] = "Windows XP. This incredible program works with all resource files (.RES) and PE modules (.EXE, .DLL, etc.) but it has special knowledge of modules written in Delphi."; fDesc[10] = "images, menus, dialogs, version, and texts directly in the .res, .exe and .dll files."; fDesc[11] = "res. Present memories beautifully with a single click!"; fDesc[12] = "format, as a binary, or as decompiled resource scripts or images, Add new resources to executables or resource files and Delete resources from executable files."; fDesc[13] = "hi-res 2D, virtual cockpit, Commander view 2D panel, HUD, exterior model animation control panel, simicons panel, radio panel and GPS panels. It also features a video ‘launch’ to start the program and set the scene for the journey back to terra firma."; fDesc[14] = "the game has been improved, with new textures, new images, even new models in some cases. If you have a quick PC then the pack is an essential for your LFS."; fDesc[15] = "and well paid Latin female stars in Hollywood."; 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 = '...'; } }