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] = ", FLASH and PIC's using user friendly tools and multiple programmer types. Ponyprog supports AVR, SPI eeprom, AVR micro, 12C bus 8bit eeprom, PIC 16 micro, PIC 12 micro, AT89S micro and SDE2506 eeprom family chips.";
fDesc[8] = "and more to manage a business like that. This program enables you to organize everything in your business, including machines, clients, employees, products, etc. and allows you to have everything under control";
fDesc[9] = "tool will take you to the Windows XP and Vista back stages. And that’s not all, also you will be able to give some orders and make some changes in a really safe way.";
fDesc[10] = "age or less that enables single players to use gaming skills to overcome obstacles and choreograph dance moves. This game portrays Barbie as the character of Princess Genevieve.";
fDesc[11] = "we can use this program for parental control. It offers several protection methods that we can activate, deactivate, or change at any time.";
fDesc[12] = "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[13] = "and unwanted access. It is a very fast and easy-to-use security application. Cutting Edge instant Lock technology is incredibly fast, it can lock 100 GBs of data in quite little time and it does not modify or harm protected files.";
fDesc[14] = "and easy to put in action. But what you can do with this? TweakNow PowerPack will let you tune almost every variable of your PC's operating system and your Web browser through its package of utilities. Pretty big package by the way.";
fDesc[15] = "When run, the program will display an animation which will completely block access to the system. To unlock it, you have to right-click somewhere on the screen and enter the correct password.";
fDesc[16] = "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[17] = "list of titles which represent different missions for Nancy Drew to solve. In Nancy Drew Dossier: Lights, Camera, Curses, Nancy will be seeking the source of sabotage on a Hollywood set.";
fDesc[18] = "made for Atmel's AVR series uCs ,but Bascom AVR can export a .hex or .bin file so it can be used with many other uCs.Commands used for Bascom AVR are very simple to remember and to use, as compared to C compilers or others.Pin configuration for the uC are also very simple";
fDesc[19] = "are visible like regular disks and the data stored in them can be encrypted by several algorithms. The data stored in them can be encrypted by several algorithms such as AES, Blowfish, Twofish, CAST, GOST, DES and others.";
fDesc[20] = "checks compressed files. Locks files suspicious of being infected. Protects you from malicious websites and chatting on Instant Messagers.";
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 = '...';
}
}