var fDesc=new Array();
fDesc[1] = "standards), Popular (used by many tools), Tested and Reliable (it has been available for years), easy to use for the final user (windows installer), Multi-platform (Windows NT/2000/XP/2003), commercial support in the website of CACE Technologies.";
fDesc[2] = "the actions that need to be done after taking a photo - that is, transfer it to the PC, edit it, and, finally, create a presentation or print it.";
fDesc[3] = "zombies, which want to destroy your vision of happy future. It's real good continuation of Fallout 1/2. New adventure in the habitual environment and modern good-looking form.";
fDesc[4] = "files, Send to mail recipient. All these utilities helps the user to view and change the attributes, rename, delete, replace files from the folder, alter and delete the properties of present elements, shred and overwrite the file completely and much more.";
fDesc[5] = "one picture you are looking for. Use the picture of a famous movie celebrity, a comic, or the singer of your favourite band, to make the perfect joke, amuse your friends, or just to have a good time while creating some bizarre pictures.";
fDesc[6] = "the characters (Polar Bear, Penguin, Walrus, Elf, Gopher, Moos Fox and even Santa Claus . In the free version, you can only use the Polar Bear and the Penguin. You can alter the course of the ball when it´s in the air, using your mouse.";
fDesc[7] = "manipulation. You can alter the structure, add or delete records, modify data, search/replace, view text, set a fixed length per column and more.";
fDesc[8] = "voice on the microphone, into a completely different voice. Please, note that Female Voice Pack 3.3 is just an add-on, it requires MorphVOX Voice Changer to run.";
fDesc[9] = "settings, you HDD and CD-ROM cache sizes to improve system performance and much more. You can also tweak the settings o...";
fDesc[10] = "dragging the mouse over it. This can be done through four or three points. Deformer Pro 1.0.0.1 has no installation of any kind. It´s totally portable, you´ll only need to run the executable file to use it.";
fDesc[11] = "when constructing statements. The Anagram Genius software uses friends’, colleagues’, and competitors’ names to alter the structure in ways that are unbelievable.";
fDesc[12] = "that work no matter what program you are in, you can: Launch a program or bring it back into focus Open a document, folder or Internet resource Minimize or maximize a window Resize, move or alter a window Issue a Media command, such as play, pause or volume up/down Start your screensaver or shutdown your computer Access hidden Windows utilities Control Winamp or compatible media players (we love QCD Player!) Instantly display any menu of programs or actions at the mouse pointer Using the ZenKEY configuration utility, you can add any program, add or alter any menu, and assign any keystroke to perform any action.";
fDesc[13] = "simulation. Kudos is a great simulation game that allows you to move as a normal person in a simulated city, doing different activities that will bring you benefits as in real life.";
fDesc[14] = "value from any pixel of the screen and alter or produce your own colors with the Photoshop-style Color Picker.";
fDesc[15] = "The struggle between different kinds of viruses makes sense of this game. The kind of virus, which stays on the playing-field wins.";
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 = '...';
}
}