var fDesc=new Array(); fDesc[1] = ", therefore Infinity Ward released patch 1.6. The patch includes 4 new and excellent multi-player maps, along with new features for filtering and several bug fixes."; fDesc[2] = "take the user from World War I to the modern day and back to World War II. This particular game takes you to the South Pacific Ocean and helps relive the scenarios of the Japanese-American battles."; fDesc[3] = "of a few different soldiers fighting for different Allied factions during World War II. Each of the game's 10 missions is split into different stages. The game's graphics are particularly great, specially the smoke effects from smoke grenades and explosions, and sound is nothing less than superb."; fDesc[4] = ", Impress (presentation), Calc (spreadsheet), Base (data base utility) and Draw (a drawing program). Same as Microsoft Office suites, the software calls the necessary program to accomplish the desired duty."; fDesc[5] = "Select Photo(s), Select resize settings, Start the resize! Increasingly, sharing photos on the internet is becoming more and more popular. Photos, represented as JPEG files from digital cameras, taken at high resolutions are far too large to send over the Internet, with some photos ending up at 5 mega bytes. Uploading one photo to a photo sharing website is fine, but 10, 20, or even more, this can take forever, especially on a dial-up connection. With Fotosizer, you can shrink JPEG image files, along with other supported formats, and dramatically reduce internet transfer times, enabling you to quickly and easily prepare your image collections to be published on the web."; fDesc[6] = "You are the son of a very-skilled and gifted assassin who has died in the line of \"duty.\" However, you don't know anything the truth about him and you only do when the organization approaches you."; fDesc[7] = "enhancements. United Offensive presents a similar format to that found in Call of Duty. The player takes part of the game as three Allied soldiers--an American paratrooper, a British SAS commando, and a Soviet infantryman--who are trapped in the great fight against Nazi Germany."; fDesc[8] = "fast-paced action and a lot of detail everywhere. Characters are all identical to those in the movie. The game itself could be considered a prequel to the movie, but I don't want to get into spoilers."; fDesc[9] = "game.This is another amazing game developed by Media Contact LLC. Plot: You will be a war pilot and your duty will be to kill all your country enemies. Your superior will give some missions, every one is different from the others, you must reach your goal if you want to pass to the next level."; fDesc[10] = "find mythological gods, supernatural universes and fantastic scenarios. Your duty is to prevent that the evil god Loki takes over the universe.You can choose from four gods of four different cultures: Greek, Aztec, Norse and Egyptian."; fDesc[11] = "are pretty much the same. Just people around until you get bored. With some games it takes me longer to get bored than with others. Call of Juarez is a so-so game in my opinion."; fDesc[12] = "approach. Taking a lot from Firefox and the like, XYplorer adds a tabbed interface to the everyday use of file managers. Thus, you don't have to scroll through tens of windows to find the one that you know is somewhere."; fDesc[13] = "It consists in 8 new missions, and even though it is shorter, it is notoriously more difficult than Commandos: Behind Enemy Lines."; fDesc[14] = "the most common variables: commissions, stamp duty, Marginal Purchase (date purchased, date sold, annual interest rate, margin), number of units, initial price, selling price."; fDesc[15] = "unique & watermark free. All of the images are 1280"; 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 = '...'; } }