var fDesc=new Array(); fDesc[1] = "music and video libraries, a manager of photographs, software for presentations of photos and videos plus an editor and covers. All these tools can be ruled out at the facility where the only thing that interests us is the writer Nero 9."; fDesc[2] = "does without its not-so-needed components. The install file is considerably smaller and the program starts faster and runs smoother."; fDesc[3] = "offers easy burning wizards separately for Audio disk, Data disk, Copy disk and Erase disk. CDBurnerXP also offers ISO image burning wizard that can be used to burn an ISO image to disk, without NERO Burning tools."; fDesc[5] = "Truecrypt is not a yet-another-privacy-to ol, but it stands out from the rest by being open source and still providing one of the best encryption algorithms to secure the sensitive data. It is capable of creating encrypted volumes which can be mounted on the fly. It also has the ability to encrypt the system partition or any other partition, including portable drives."; fDesc[6] = "generated 3D world environments created using Skyline's SkylineGlobe products. With Terra Explorer installed, you can access photo-realistic, aerial image based terrains over the Internet, an intranet, or a DVD/CD-ROM."; fDesc[7] = "protection, including CSS encryption, that some countries include in their produced DVDs to unable those to be seen at another countries. That blocking protection is known as \"Region protection\"."; fDesc[8] = "easy to use and is quite addictive. It has got some good visual effects as well as good music and audio effects."; fDesc[9] = "wants to go to paradise, where his wife is waiting for him. He must fight against all kinds of monsters of the devil. In your search for the monsters, in each level of the game you will visit a lot of different places."; fDesc[10] = "is the net that is following you, if you get closer, you're trapped. Besides the net, there are many other obstacles on you"; fDesc[11] = "behavior. You can fly fish in multiple destinations, in search of different types of fish, with different flies. You can practice all the necessary techniques: overhead casting, roll casting, mending, dry and nymph fishing, and other fly fishing techniques."; fDesc[12] = "Master 2000, Manli HomeTV Tuner). The program Fly 2000 TV is written on the basis of Microsoft DirectShow technology, that allows to make capture of both fields of the frame 768x576, allows to capture AVI files by the size more than 2Gb, and also correct work in Windows 2000 (XP) and much another. The majority set forth above of TV tuners on the Philips saa713x chip is completed by a remote control RM-050. The program Fly 2000 TV supports this RC and uses the extended set of functions of this board. Also, the program Fly 2000 TV supports other models of TV tuners based not only on the chip Philips (such as Bt878A). The basic requirement for this purpose - is the presence WDM (Windows Driver Model) driver for your TV tuner."; fDesc[13] = "center of the screen there will be some kind of sphere, radiating light around it. From this sphere, you will see how rays of light come out, changing shapes and directions."; fDesc[14] = "super jumbo two story passenger airbuses. The Fly The Airbus A380 v2 for FSX 1.0 simulation package includes models of the 700, 800, 800F and the 900,"; fDesc[15] = "Experience the real flight in a Boeing 787 capable of carrying around three hundred passengers around the world. The Boeing 787 Dreamliner for FSX 1.0 lets you satisfy your flying passion with the highly detailed graphics and different liveries included to fly the aircraft."; 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 = '...'; } }