var fDesc=new Array();
fDesc[1] = "like customs buttons with gadget support, new tab page to access a new page, quick search box to navigate your web search faster, synchronized toolbar setting to access your information from any computer, and improved auto fill that allows you to have several profiles information.";
fDesc[2] = "developer's website and evaluate for free for a 30-days period. The program is very easy to install and anybody can do it, but during installation we have to restart Windows twice, firstly, after uninstalling any other antivirus program and to activate the program itself.";
fDesc[3] = "without pressing the two keys simultaneously as is usually required. Using Accessibility also lets you make the Fn key a sticky key, meaning you press it once, release it, and then press a function key to activate the hot key function";
fDesc[4] = "site. You will receive a five-digit code by email to activate your new account. After that, you´ll have access to limit and no limit variations of poker games like Omaha, Double-Flop Texas Hold em, Omaha, 7 Card Stud, Elimination or Blackjack.";
fDesc[5] = "CBR an CBZ files that are available in Internet. This files are scanned comic books, saved in this format that can be read in any OS.";
fDesc[6] = "through the open windows to quickly locate and select the window you want. It is the same effect you have in Windows Vista using Windows Aero plug-in.";
fDesc[7] = "to beat everyone in these very fun bowling matches, in which instead of pins you will be hitting your elf friends. Become as crazy as the elf in this amazing bowling game.";
fDesc[8] = ", each one with its own features. The program can play video files too, so you can wake up each morning with your favourite videos or recorded TV shows.";
fDesc[9] = "right click popup menu. Then we may approve, de-activate, add, edit, remove or leave them as they are. We can also select to check them for errors.";
fDesc[10] = "install the application, the only trace you will see of it will be on the tray menu. There, you have to access the settings just so that you know how to activate the thing. You can only turn the magnifying glass on and off with a hotkey.";
fDesc[11] = "deactivate the Beat (a sound that´s played periodically, at a regulated time period), you can adjust the volume for the metronome sounds, and switch between 4 different beat styles.";
fDesc[12] = "activate the plunger to shoot the ball and utilize the left/right flippers to avoid the ball falling. You can nudge the table. There are five bonus stages (Palace, Cave, Felucca, Oasis, and Zeala) each bonus stage has its own bonus scoring and sound effects.";
fDesc[13] = "fonts by categories using a drag and drop function, activate and deactivate your fonts. FontSuit Lite supports the most popular fonts, including raster, vector, TrueType, OpenType, TrueType collection and PostScript Type 1 fonts.";
fDesc[14] = "closes competitor, the operative system Mac OSX, Expose is a great addition to Windows Vista. My Expose shows you all your windows opened side by side when you activate it.";
fDesc[15] = "several status windows so that no other application or the operating system can control them. Most of the functions of this application, however, are already included in modern operating systems.";
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 = '...';
}
}