var fDesc=new Array(); fDesc[1] = "other applications of this kind. With this tool you can write images on a disc, mount on a virtual drive, create an image from a disc or convert it to different formats, create bootable CDs/DVDs, etc."; fDesc[2] = "CD scratches and data loss. You can create and use BIN, IMA/IMG ,CIF ,NRG,IMG/CCD, MDF/MDS, VCD, VaporCD , VDI , C2D, BWI/BWT, CDI, TAO/DAO, PDI virtual images. An image in virtual CD/DVD drive enables you to work 100x faster than an ordinary CD/DVD drive."; fDesc[3] = "Eos Utility CD package after purchasing a Canon Digital Camera. This piece of software has been designed to allow us to create units with both image and audio and save them as a single item. We can access this program via Start, Canon Utilities, Camera Window, MyCamera."; fDesc[4] = "game of historical empire building in which the player builds an empire from scratch. All full-time standard game starts in 4000 BC with a single settler, to build the first city, and an explorer or a warrior."; fDesc[5] = "amazing game in every sense, by size, quality, entertainment and, above all, by new units including: the titans a powerful mole capable of massive destruction."; fDesc[6] = "will be able to convert any unit of measurement into another on the same group. For example, you will be able to convert from centuries into hours when you are using the time converter."; fDesc[7] = "of Age of Empires and The Age of Kings , introduced the revolutionary Age of Mythology. The expansion includes interesting elements to the game: 12 divine powers, 15 units and 10 units mythical human formidable."; fDesc[8] = "in a fantasy world, where you will control a character with his own characteristics for the fight. The goal is to defeat your enemies. Plot: The characters can be elves, humans, dwarves, mages, orcs and trolls."; fDesc[9] = "you need it. This program is excellent in what it does, it doesn't occupy much space on your hard disk and it's completely free. This program will allow you to convert between 1241 units of measurement in 33 different categories."; fDesc[10] = "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[11] = "one into another. All you have to do to convert from one into another, is select input and output units of measurement, then type any number and the program will automatically display the result on the output unit of measurement spot."; fDesc[12] = "measurement from one into another almost instantaneously. This great software supports a lot of units of measurement and it is very easy to use."; fDesc[13] = "All you have to do to convert the available units from one into another is to choose the unit you want to convert, type a number on the program's screen and then select the output unit."; fDesc[14] = "units of measurement from one into another in a glimpse of an eye. This efficient conversion tool supports a lot of units of measurement, such as time, area, length, volume, power units, bits, bytes, megabytes, celsius, feet, gallons, miles, litres, seconds, weight, time zones and more."; fDesc[15] = "personal environment. Physical units such as Temperature, Weight, Length, Area, Volume, are available from the application to be converted for being used in Chemistry, Mathematics, Physics, etc. Any combination can be converted among these units."; 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 = '...'; } }