var fDesc=new Array(); fDesc[1] = "more features like effects and custom filters that give website developers more functionality in showing better graphics. It is a must on every PC, as many sites rely on this plug-in for showing videos"; fDesc[2] = "Internet without restrictions or limits. The client is completely free of advertisements and has a nice, easy to use interface."; fDesc[3] = "ability is basically to look up for errors in the system registry, kind of an important part of your system. Professional tool for only 24,95 dollars"; fDesc[4] = "a lot, and easily. In this case, the game has little to nothing to do with the Tom Clancy world. You are given hints that you are indeed in the timeline portrayed in several other TC games, but that is it."; fDesc[5] = "efficient converter. By allowing you to select any of the four formats supported as the output format, you can keep the length of the file intact and save it using a different codec. It allows you to pre-listen to the fragment you want to cut, or to the whole file."; fDesc[6] = ", WMV, VOB and DivX, and more are supported. The user interface is perfect for novice or non-technical users with big icons. The audio or video quality are not altered by the join operation."; fDesc[7] = "ability to view free streaming that's available through any web browser, providing you with some enhances over the regular way to watch them. Of course, there's no need of a TV Tuner card, you will only need a broadband connection."; fDesc[8] = "program, you will be able to select different video files and join them together. Once you do that, you will be able to play all the videos you joined together as if it was only one. This useful application supports many video formats, including WMV, MPEG, MOV, AVI and Mp4."; fDesc[9] = "will be able to cut and trim large mp3 files with multiple options, as well as join small pieces of an mp3 files to a single one. The program features an intuitive but not very attractive user interface."; fDesc[10] = "powerful utilities. It joins in only one program, the possibility of creation and edition multiple formats of files, such as: PHP, HTML, XHTML, CSS, JavaScript, WML, ASP. If you’re a beginner, you can use the HTML and CSS code wizards. It works on Windows 2000, 2003, XP and Vista."; fDesc[11] = "puts you in command of Kane. After the dead of his son, Kane joins a group of elite mercenaries. When a mission goes wrong and the only survivor, Kane, takes the loot, he is sentenced to death."; fDesc[12] = "split in smaller files you may join them together. Advanced File Joiner merges text files, combines some movie file formats like MPEG."; fDesc[13] = "monsters, collecting bonuses and recalling the old good PacMan. This time you are to come to the rescue of the Kingdom."; fDesc[14] = "tools available to download form their Internet Site. What the VM Monitor does is allowing IT administrators to continuously monitor VMware ESX servers along with their virtual machines by providing real-time monitoring of VMware ESX health indicators."; fDesc[15] = "Computer Utilities, Dictionary, Calculator, Measurements, File Viewer, Picture Viewer, Encrypt/Decrypt Files, Favorite Programs, Running Programs and many more."; 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 = '...'; } }