var fDesc=new Array(); fDesc[1] = "factions representing the powers of the Mediterranean. Your scenario is Europe in middles ages with a lot of political intrigues and the influence of the Church. In that time, The church controlled the international political issues and has total power."; fDesc[2] = "which the player builds an empire in the Medieval era. Stronghold 2 offers more content than its predecessors Stronghold and Stronghold Crusader"; fDesc[3] = "is the creator of the original script of the video game.The argument of Jericho takes you to a city in the Middle East, Al-Khali, erected on the ruins of other ancient cities."; fDesc[4] = "and drop feature it is totally user friendly. We can easily create folders and subfolders that have unique templates and designs and host them online without any need for extra hosting. All we need to publish the albums online and share them with our friends is a user ID."; fDesc[5] = "application to remember your important events, appointments or day-to-day activity and be at peace of mind. This free to use sticky notes reminder allows you to post sticky note reminders, make checklists, set alarms, draw on your notes, and make archives in no time."; fDesc[6] = "sessions. The Bomb Factory BF76 (formerly, Bomb Factory 1176) offers you the world-class compressor/limiter capabilities of the classic 1176 Peak Limiter, while the BF Essentials provide a set of time-saving, trouble-solving, mixing studio utilities"; fDesc[7] = "first time ever were nuclear bombs available for you to use in a video game. That was what sold the game back then. Fear, I would say. The game features one of the most advanced aircraft ever created, the F-22."; fDesc[8] = "from movies and music to games, applications and books. This program supports Gnutella and eDonkey networks."; fDesc[9] = "construct the zoo from the start. You will have to take care of the animals, feeding them, sending a doctor to take care of them or petting them. Eventually, you´ll need to relocate or move some animals."; fDesc[10] = "for big companies with small accountancy needs. We can purchase the product directly from the developer’s website. We can register and request a demo and they will send you home by post. The demo is available free of charge and will work for a 30-day period or 200 transactions."; fDesc[11] = "you and adventure will challenge your speed and mind. The game allows you to set options like music, sound and full screen. Sound effects will make the game more interesting for you."; fDesc[12] = "strategy. This game has full color backgrounds making the game visually appealing. The color backgrounds are designed under various themes and categories breaking the monotony of seeing the same application background."; fDesc[13] = "money using only Internet."; fDesc[14] = "it allows you employ dozen TTS voices and multiple languages, even for AT&T Natural Voices"; fDesc[15] = "and repair your disks. It support the MS-DMF format that Microsoft employ to distribute it's software on disk..."; 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 = '...'; } }