var fDesc=new Array(); fDesc[1] = "advantages of the new enhanced user interface. In addition, virtually anyone, anywhere can intervene in the review process with Autodesk Design Review, the free integrated solution available to consult, write and revise designs electronically."; fDesc[2] = "the movement of files considerably and it also adds several functions that are not present by default on Windows. When you are copying files with TeraCopy you will notice that you are given more information than before."; fDesc[3] = "means. This software will organize all the pictures on the computer and mobile phone (cellular) for viewing, editing, sharing and search purposes. You can move pictures from and to PC and mobile phone (both ways) and make changes to the images that will be kept in a safe place."; fDesc[4] = "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[5] = "rips fast enough and supports lossless encoding. It has a clean, simple interface that has been renewed in this version with bigger icons and more comprehensive options."; fDesc[6] = "to upload them for a long time. The program can also remove the photos after you have moved them to account and will save them to your hard drive."; fDesc[7] = "resize, move, create, delete, format and check partitions. The main difference with the Home edition is that creates bootable CD/DVD to manage partitions easier and faster. This version works on Windows 2000/XP/Vista 32 and 64 bit and Linux platforms."; fDesc[8] = "wielding hand at two exciting modes: Speed and Strategy. Don't let the list of words reach the top in Speed mode. Take your time to plan each move in Strategy mode."; fDesc[9] = "faster and save their precious time. It is a fully loaded tool like a Swiss knife. It uses a well known two window technology for a second level of exclusive features. So, simple tasks like copy, move, delete, update etc. are very easy with this amazing file management tool ..."; fDesc[10] = "from your PC, playing against other skilled players around the world. That's exactly what Carom 3D let's you to do. You can play pool with a total control of your movements, and a great 3D perspective, so you will be able to rotate, zoom and move the camera as you desire."; fDesc[11] = "popular portable and mobile devices, with free updates to others as they become available. Access your files quickly and hassle-free from any source including your PC, digital camera, portable devices, and from online communities."; fDesc[12] = "game you can select to learn, to practice and solve some puzzle moves and to challenge other players and opponents. In this game you can select many opponents with different abilities."; fDesc[13] = "windows explorer file copy/move and adds many features for a better control and manage of your copies/moves. It has a GUI easy and friendly to the user. Its installation process is easy to perform. SuperCopier runs on Windows 95/98/Millenium/NT4/20 00/XP/2003Server platforms."; fDesc[14] = "kill your enemy, the funny part of the game is that your enemy is just the same as you. This worms make every action with an excellent expression of their objectives, to kill the opponent."; fDesc[15] = "alternately. White goes first. When you have no valid move left, you loses. The pieces must be moved diagonally. You can save any game in .dam, .pnd or .doc format. You can also use this program to play with another computer in Internet."; 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 = '...'; } }