var fDesc=new Array(); fDesc[1] = "Heroes of Warcraft III, three missions showing the Orcs' battles and allows playing through Battle.netâ„¢. The missions included in this demo are totally new and do not appear in the full version of the game."; fDesc[2] = "a single-windowed app in which you can add a file or files and convert them to other formats. On the bottom of the application, you get to decide what format you are converting to."; fDesc[3] = "record and play multiple tracks of audio and MIDI virtual instruments at the same time. You can the add effects like reverb, delay, guitar amp simulator, flanger or some third party effects."; fDesc[4] = "improve and balance this already addictive game. New campaigns, new troops, new buildings, new spells, new escenaries, a greater balance make this expansion an obligatory purchase for Warcaft's fans."; fDesc[5] = "(Konica Minolta), PEF (Pentax), ORF (Olympus) and RAF (Fujifilm) Uses ExifTool from Phil Harvey for writing data Shows existing geo coordinates and tracks on embedded Google Maps map (requires internet connection) Setting geo data by using embedded Google Maps map (requires internet connection) or by entering known values for coordinates and altitude directly Automatic filling of location IPTC fields and altitude values (requires internet connection) Editable IPTC data (IPTC-NAA/XMP) Possibilty to change taken date of images Synchronization with track files (NMEA, GPX, PLT and Sony LOG) Synchronization with already geo tagged images with buddy images (e.g. between RAW images and their corresponding JPEG images) Localizable user interface - English, German, French, Italian, Swedish, Czech, Spanish, Danish, Dutch and Russian language is available at the moment"; fDesc[6] = "Entertainment. This expansion pack includes a new campaign for the game which consists of three individual chapters that continue the story of the original StarCraft, new units, upgrades and types of terrain."; fDesc[7] = ", ideal for both print and the web. If you're working with photos then Xtreme Graphic Designer can handle everything from a simple one click auto-enhance of your photo through to awesome photo compositions."; fDesc[8] = "screen. The goal of this program is to help fight the stress and boredom at the office. Desktop Graffitist 1.0.0.6 can also be used for leaving messages on other people's computers, such as love notes, hate notes, grocery lists and art/graffiti/vandalism ."; fDesc[9] = "all the exposure and white balance issues during the raw conversion."; fDesc[10] = ", bmp, psd, tga, pcx, tiff, jp2, pgf, raf, crw, cr2, kdc, dcr, mrw, nef, orf, dng, ptx, pef, arw, srf, x3f, erf, mef, mos, raw and r3d."; fDesc[11] = "presented in this simulator are taken from the Battle of Britain which took place during World War 2 and the main factions are the British RAF (Royal Air Force), and the German Luftwaffe."; fDesc[12] = ", IMatch allows you to manage your digital image collection easily and effortlessly."; fDesc[14] = "our files, remove the red eyes or RGB curves. We can adjust transparency, multipage settings, we can turn on or off the Context Menu integration, change the menu settings or restore their defaults."; fDesc[15] = "Mosquito aircraft of the RAF. Mosquito was famous in its time as a versatile aircraft with RAF and they were devastatingly effective against the enemy as they could carry up to 4 x 500 lb. bombs and could be equipped with 4 20mm cannon."; 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 = '...'; } }