var fDesc=new Array(); fDesc[1] = ".mkv file formats. It comes in bundle with DIVX Pro for Windows. It is very easy to use. The pre-set modes allow a user to play videos on various DIVX certified products."; fDesc[2] = "This version also added full support for Blu-ray AACS MKB15."; fDesc[3] = "This includes files emptied from the Recycle bin as well as images and other files that have been deleted by user error from digital camera memory cards or MP3 players. It will even bring back files that have been deleted by bugs, crashes and viruses."; fDesc[4] = "page are Express, Memory and Disk. Express Memory Optimization fully optimizes the system and frees unutilized memory Memory Usage Check advises on upgrading the memory modules installed on the system Disk optimization deletes unneeded items and releases occupied disk space"; fDesc[5] = "reveal beautiful photographs. You can also download more images or add your own. You will be given puzzle pieces on a loading dock and you must click to use them into the car one at a time without leaving any gaps."; fDesc[6] = "appears on your IE7 screen. You can type a foreign word in the given space, and then press over the \"Search and Translate\" button. The program will then show you a screen divided in two panels."; fDesc[7] = "to non professionals developers, but is built with the same technology than the line of SQL Server 2005. This version is more complete that the Jet Version, or the MSDE version."; fDesc[8] = "without pressing the two keys simultaneously as is usually required. Using Accessibility also lets you make the Fn key a sticky key, meaning you press it once, release it, and then press a function key to activate the hot key function"; fDesc[9] = "servers and libraries on Internet, to obtain unlimited number of songs, mp3 tracks, etc. The application is launched and the user gets in the desired social music web page. The application downloads the music the user selects, at the same time (s)he is listening to it."; fDesc[10] = "you open the program you can find a box in the top, you must paste the video url and press the button add after you do that you can see your link in the window below ready for start the download."; fDesc[11] = "that FFmpeg will convert. WinFF converts multiple files in multiple formats at one time, like, for example, mpeg's, flv's, and mov's, all into avi's all at once."; fDesc[12] = ", in the Video tab, you can choose where to save your video file, which format would you like (AVI, WMV or EXE) and which codec you choose to use, which region of the screen will you capture, and configure the keys that you will use."; fDesc[13] = "MS IExplorer, FireFox and Mozilla browsers interface. When the user browser is running, just right click on the page or link, so the context appears with the Bulk Image integration, and press 'Download with Bulk Image Downloader' to start downloading all the images in the web site."; fDesc[14] = "enemy´s balloons, you must type with your keyboard the letters that the balloons have on it. When you press a key, you´re required to complete the word that contains that letter before starting to type any other."; fDesc[15] = "volume of the entire track, or a portion of it, and use fade in or fade out effects for smooth transitions."; 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 = '...'; } }