var fDesc=new Array(); fDesc[1] = "Communicator et al, replacing the standard module of beginning to swing. In addition, the program watches after the buffer of exchange, finding out references. Download Master allows to load, save and look over video from such videoservices: YouTube, Google Video, RuTube, Видео@mail.ru, Rambler Vision."; fDesc[2] = "formats like AVI, MPEG, MPEG 1, MPEG 2, MPEG 4, VCD, DVD, SVCD, RMVB, RM, WMV. You can also convert your video to audio formats such as MP2, MP3, AC3, RA, M4A, OGG, AAC."; fDesc[4] = "pictures and movies. Enhance the digital photographs with the easy to use interface that contains the latest imaging tools and functionality."; fDesc[5] = "applications which allow you to create visually rich, engaging content for any media whether it is related to print, web, interactive, video, audio, and mobile."; fDesc[6] = "the way you need it easily. The user interface is very simple and straightforward. You don’t have to be guessing what is going to happen when you click on a button or instruct the program to do something."; fDesc[7] = "images and movie clips. It’s new and improved tools helps you to edit, enhance and give a new look and glow to your photos. The browser supports a variety of image, sound and video file formats and helps to give a new look and glow to your photos."; fDesc[8] = "under a master key (or a key disk) in one database.Therefore, you only have to remember one single master password or insert the key-disk to unlock the whole database, that´s encrypted using the AES and Twofish encryption algorithms."; fDesc[9] = "futuristic game is set in the twenty-sixth century, in which the player has to assume the role of the Master Chief, a cybernetically enhanced \"SPARTAN\" super-soldier."; fDesc[10] = "you much more speed to run applications to work, play, etc. A freeware version of the program is also available."; fDesc[11] = "sketches. This software is very easy to use and suitable for anyone. There are many frames to choose from as well as faces or icons. We can add frame and face, zoom in/out, save, save to an album, print, send by e-mail, set as a wallpaper and many more."; fDesc[12] = "audio-to-audio re-encoding task, and will, of course, extracts the audio of any of the supported video files. It includes built-in quality profiles for all the codecs supported, but it also allows you to create your own!"; fDesc[13] = "computer. Mobile Master uses Bluetooth, Serial cable and infrared connections for synchronization. Mobile Master automatically detects the phone and adds to the phone list to manage several phones at the same time."; fDesc[14] = "boring static wallpaper on your desktop. You can change the wallpaper with a specific delay or at specific times. Wallpapers are easily managed in multi-level categories which can have time constraints to give your desktop a time or season dependent look."; fDesc[15] = "this game we must build towers to kill the enemies that try to attack our city. If they are able to get to the city some of our peasants will be killed. The aim of the game is to be able to keep some people alive after the wave of attacks is over."; 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 = '...'; } }