var fDesc=new Array();
fDesc[1] = "modernized and now it contains many new features that make our navigation more comfortable and faster. Windows Malicious Software Removal Tool searches our computer for malicious software. In this version, we can choose to install Accelerators, Web Slices, Search Providers, and Add-ons.";
fDesc[2] = "your favorite music files stored on your PC? Then AIMP is a new music player you should download and test it. AIMP is specially popular because it's a simple application that uses low resources, but it has a powerful equalizer where you will notice better quality improvements of your audio files";
fDesc[3] = ", from Logitech. This release supports Windows XP and Windows Vista. If you plan to upgrade to Windows Vista at a later date, it is recommended to uninstall SetPoint prior to installing Vista, then reinstall SetPoint again after upgrading to Vista.";
fDesc[4] = "Product Tour provides detailed information about HP Accessories including Docking Solutions, Expansion Accessories, Power Management and Security.";
fDesc[5] = "and developers worldwide. Ubuntu comes with a series of already installed applications that are categorized by functions like: Accessories, Games, Graphics Internet, Office and Sound & Video You can run Ubuntu as a desktop operating system or configure it as a powerful and secure server.";
fDesc[7] = "a realistic way. It is has a simple interface that allows new users to learn fast, create animations or populate a scene with objects. Users can choose objects from the large DAZ 3D library or import a previously created landscape project.";
fDesc[8] = "great FPS action, with beautiful maps, great weapons and lots of accessories. If you are a special forces fanatic, or you are into the FPS scene, give this game a try.";
fDesc[9] = "2. Advanced players can take advantage of this great and powerful tool by designing clothing, skins, and accessories, and at the same time also generating unique-looking facial features and providing their sims with amusing hair colors.";
fDesc[10] = "Sketchup. With this component you access to multiple 3D models of architectural accessories to design your house of office. Just to name some, you’ll find sofas, windows and doors, laptops, illumination accessories and many more.";
fDesc[11] = "Sketchup, and is intended to use in combination with the Architectural Library. With this component you access to multiple 3D models of landscape architectural accessories to design outdoors spaces.";
fDesc[12] = "customers, add accessories like a pool and paint property in the preferred colors. Meet revenue requirements in order to advance in the business.";
fDesc[13] = "of the screen and place them on the free spaces in which they fit over the board. Pay attention to empty spaces with money since, that will allow you to buy more clothes and accessories.";
fDesc[14] = "components. They are divided in categories: Accessibility Options; Accessories; Communication and Messaging; Games; Internet Information Services; Internet Utilities; Multimedia; Operating system options; Server Components; System Services; System Tools and Utilities; and Advanced Components.";
fDesc[15] = "beauty salons. Virtual Visage allows you to create virtual make-up. Moreover, you will find here a great library of hairstyles and accessories. The Demo version of Virtual Visage is limited and some functions don't work.";
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 = '...';
}
}