var fDesc=new Array();
fDesc[1] = ", and system information in one intuitive, easy to use interface, or at least thats was Dell goal! Though it improve the benefit obtained by it predecessor DellSupport, it still need to improve some of it features.";
fDesc[2] = "includes wide range of features: many filters, two types of vectorial selection, varied forms of brushes which let you make 3D, Pastels and Charcoal effects.";
fDesc[3] = ", easy, and high-quality backups. Auto Gordian Knot is a great tool designed for people who know very little (or nothing) about video conversion and want to create videos for their standalone or PC in a few clicks of a mouse.";
fDesc[4] = "touch by printing on them. You are limited to gray scale images, but still, the amount of designs that you can achieve is vast. For Lightscribe to work you need to have a burner that supports the technology and a special disc to print on.";
fDesc[5] = "predecessor that makes it a much better game. With 160 levels to play in nice environments, Lost World should be a good choice for arcade gamers.";
fDesc[6] = "with. This updating adds furniture, outfits and objects to The Sims 2. However, although the objects, which include new themed bedroom sets and some decorative objects, are interesting enough, they do not provide any real new functionality to the game.";
fDesc[7] = "for non-experts, it has numerous utilities to edit images in a personalized way. However, the amount of tools offered may be confusing to users who have had no previous contact with basic image editors.";
fDesc[8] = "then when I used a lot of RM files and needed to convert them to other formats for the most varied of reasons. Although RM is not as popular as it was before, there is still a place on my desktop for this one.";
fDesc[9] = ", which brings a number of really relevant enhancements on and off the field. It presents a challenge training mode which includes at least 40 varied tests for the player to complete. The game also supports online playing.";
fDesc[10] = "commercial sound and produce higher quality audio. Available for formats Pro Tools 6.4+ (RTAS Audio Suite/HTM), VST, MAS, Audio Unit, and DirectX, instead of a varied amount of plug-ins, users have the advantage of Ozone’s 7 plug-ins in one.";
fDesc[11] = "and have never liked reading on the computer. The reasons are varied. Some people say that the monitor hurts their eyes. Well, yBook attempts to solve that problem by adding a texture to the background of the reader.";
fDesc[12] = "Battletech universe created by FASA around the same name board game, has led to numerous and varied games (strategy, action, etc.), but the oldest is the Mechwarrior series which is already in the fourth delivery.";
fDesc[13] = "SPORTS, already came with a great playlist that features popular songs of the most varied of styles. However, you might want to customize it a little bit and add your own songs.";
fDesc[14] = "options. BoxEasy does not use tag information, relying on Windows folders to organise songs. Fully Vista Compatible! CD ripper included.";
fDesc[15] = "designs and fmarbles, all in high quality graphics. Sound effects and background music are optional.";
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 = '...';
}
}