var fDesc=new Array(); fDesc[1] = "ATI Catalyst Control Center can be used to fine-tune your graphic settings, enable or disable connected display devices, and change the orientation of your desktop, etc. Many features present you with a preview of your changes before they are applied."; fDesc[2] = "features like playing videos, DVDs, and VCDs to more advanced features like support for MPlayer filters and more. One of the most remarkable SMPlayer’s features is its ability to remember the settings of all files you play."; fDesc[3] = "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[4] = "remember only one ID and password. When it is used with an optional biometric reader, like a fingerprint reader, you will have no need to remember passwords."; fDesc[5] = "simple way. You can put all your passwords in one database, which is locked with one master key or a key file, so you only have to remember one single master password or select the key file to unlock the whole database."; fDesc[6] = "added to this calculator a lot of features that the standard windows calculator does not have. This calculator is very useful and will obviously calculate at the same speed your standard window calculator does."; fDesc[7] = "excellent 2D game very similar to the famous plumber game, but where Tux (Linux's pet) is the main character. Definitely, SuperTux is a game for both, adults who want to remember their childhood and children alike."; fDesc[8] = "a journey to visit a real medieval castle in the middle of nowhere. The construction is beautiful. Yu can tell it is ancient just by looking at its robust walls and towers. Who owned this fortress?"; fDesc[9] = "came from an old brass kerosene lantern? Do you remember how its flame danced all the time projecting shadows that were at the same time beautiful and mysterious? Go back in time with the Lantern 3D Screensaver!"; fDesc[10] = "all your passwords in one database, which is locked with one master key or a key file, so you only have to remember one single master password or select the key file to unlock the whole database."; fDesc[11] = "recover that part of your childhood, playing with this great collection of board games. They have been put together under the name of Bicycle Board Games. All the games included here are great board entertainment games classic"; fDesc[12] = "back in time to those days in which Christmas morning was the most awaited event. Do you remember having dinner and then listening to your parents telling you to go to sleep or Santa wouldn't come?"; fDesc[13] = "are going to find a lot of new characters to play.And some old characters will be back. In this opportunity, your character Shaikan, as you remember is the one who has dragon blood in his veins."; fDesc[14] = "memory games. Games which have only memory exercises or mind exercises are not perfect games to train your brain and are not so effective to make your mind sharper or increase your concentration or make you more intelligent."; fDesc[15] = "your friends and family to expiry dates of your insurance and your favorite TV shows, and it will alert you just according to your instructions by the mean of the text message or by your favorite song."; 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 = '...'; } }