var fDesc=new Array(); fDesc[1] = ", you´ll have to watch out for dangerous puzzle locks. The game has high resolution graphics. It can be played in four modes: Classic, Speed, Zen and Mind Bender, in Rainbow, Giant and Super Chuzzles. You´re awarded with trophies as you win."; fDesc[2] = "password to prevent unauthorized access. The user interface is as easy as 123. Just create a new locker, set your password and drag any file or folder to encrypt. Multiple users can use the program by creating multiple lockers on the same computer."; fDesc[3] = "defined. When a folder or file is protected (locked) it visually disappears and nobody can reach it or even see it unless (s)he uses the addecuate password defined by the original user."; fDesc[4] = "working state if it has been affeted by malware or if your 14 year old sister wanted to download the lastest Avril Lavigne screensaver from a unknown website. It can also protect public computers from corruption blocking changes to crucial system files."; fDesc[5] = "tool is a must-have for teachers and students of these languages, you have everything you need to a very quick start."; fDesc[6] = "in order to progress in the game. In this case, the scenarios will be represented by different rooms in the castle. You can see your current location at any time in the game map. There are some extra minigames included."; fDesc[7] = "into account when explorer.exe (the usual culprit, it could be any process) process locks any file and makes it hard for the users to remove/move/rename files or to remove portable devices. Now, the solution for all those bugs is just a click away with this small utility."; fDesc[8] = "you include locked balls in your combos, you will unlock them. You will also be able to collect balls of the same color to form crystals, that will give you special bonuses."; fDesc[9] = "checks compressed files. Locks files suspicious of being infected. Protects you from malicious websites and chatting on Instant Messagers."; fDesc[10] = "management program. It can do your lots of tedious and time consuming works without your interaction or attention. It is especially very useful for cyber café owners as it can automatically do all the management of your all computers."; fDesc[11] = "computer keyboard, CD drive doors and power-off button (only in Windows XP). When Toddler Keys is installed, it will sit on your system tray until you activate it."; fDesc[13] = "It can't be bypassed on Windows 95/98/ME. All unwanted people are kept out to your PC. Very flexible use."; fDesc[14] = "can not be accessed until the unlock password is entered."; fDesc[15] = "of all, it is free!"; 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 = '...'; } }