var fDesc=new Array(); fDesc[1] = "1) Digital Media - Includes some essential softwares for audio conversion, media player improvements, etc. 2) Games - 3 Games for your kids 3) Themes - Some basic themes for windows 4) ScreenSavers - Some Screensavers"; fDesc[2] = "limewire; actually it doesnt offer anything new even while its developer (pronetsharing) claims that Limewire Music enables unlimited downloads for not just music, also pictures, video, software and even text documents."; fDesc[3] = ", choose the Export Format, configure some Settings options (or you can leave the Preset settings, works just fine), and click on the Convert or Merge buttons... that's it!"; fDesc[4] = "is also extremely well presented and plays great. The first things that you will see are the great graphics. Every car is so detailed that you couldn't tell the difference from the real thing."; fDesc[5] = "Chinese WP interface, and most of its features, is quite similar to that of Microsoft Office Word. The main difference being that with Chinese WP we have the possibility to learn and teach the Chinese language."; fDesc[6] = "any language. Here you will find from the most recent DVD release to classic movies, from any genre, from any country, and in dozens of different languages."; fDesc[7] = "recordings. When editing audio files you can cut, copy and paste parts of recordings and, if required, add effects like echo, amplification and cassette noise reduction."; fDesc[8] = ", and, in this case, it actually means great. The main difference you will find when you open this application is that the almost-always 2 vertical panels are horizontal here. You are given one panel on the top for your local machine, and the one at the bottom represents the FTP site."; fDesc[9] = "similar and/or identical ones. The accuracy of comparison is really good. The program supports most of the popular image formats: TIFF, JPG, PCX, BMP, ICO, PNG, WMF, TGA, J2K, and others."; fDesc[10] = "available: Classic and Timeless. As you sure already guessed, the difference between these two modes is time. In classic you have a limited amount of time to complete a level."; fDesc[11] = "between each one of the folders or files you compare, making thus a single, complete file. Simply, once it has compared the files, you will be able to synchronize them."; fDesc[12] = "locate, the game shows riddles. Starting from the riddle you have to guess what object you are looking for and then locate it in the scene. At the end of each scene you must solve a puzzle in order to unlock the next scene."; fDesc[14] = "The one thing you have to do is to take a deep look to the pictures and spot the differences between them. As its name indicates, in each level you have to spot the 5 differences that there are."; fDesc[15] = "Matrix adepts out there. Do you like the green lines of code? That’s exactly what you are going to get. But the only difference that I found with other similar products, is that in some moments, the green lines begin to move randomly, making curves, rays and more different effects."; fDesc[17] = "at the different stages, desserts, woods, jungle, etc... All you have to do is find them and jump over their bubbles in order to guide them to the exit door of the stage."; fDesc[18] = "extra life with the help of keys that will open some closed sections in the labyrinth The movement as in the original version is done with a joystick or you can use the arrow keys at your keyboard."; fDesc[19] = "the five differences between them. The pictures chosen for this game are rather tricky, and differences are so subtle that you need a very keen eye for details."; 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 = '...'; } }