var fDesc=new Array();
fDesc[1] = "home use. This program protects you from viruses and spyware and includes several modules like Instant Messaging, Internet Mail, Network Shield, Outlook Exchange, P2P Shield, Standard Shield and Web Shield.";
fDesc[2] = "both with voice, calling, video conference, gaming, and mailing functions. The program has not changed much from the previous versions in its core, but adds a great array of new features that the user can surely benefit from.";
fDesc[3] = "STAC 9750 AC97 WDM Audio Driver. Whatever way you want to label it, the driver package installs version 5.1 of the driver onto your system and can be used as an update to an earlier driver or as part of a new installation.";
fDesc[4] = "able to look for files in hard drives, Email attachments, local network or even the internet. The program adds itself to the taskbar where the user types the name of the files to look for.";
fDesc[5] = "Microsoft and some of the other leading gaming industries. It mainly focuses on four key features – Quality, Compatibility, Safety and Ease of playing. It is easy to download and install and supports Windows Vista and Windows XP Service Pack 2 Operating Systems.";
fDesc[6] = "modification of XP system files in order to make it look like Windows Vista. Mentioned in multiple magazines, Vista Inspirat is one of the best ways to change quickly and easily icons, explorer configuration and others.";
fDesc[7] = "Sony VAIO VGN-CR260A notebook model. In case we need to reinstall the program again or want to upgrade to Microsoft Windows Vista Home Premium, we can download the original drivers for free from the official Sony website.";
fDesc[8] = "color represents a god that will grant you with special power bonus each time you do 3 consecutive matches of it´s color. The game comes with four different modes and 4 different difficulty levels.";
fDesc[9] = "The program uses your cognitive abilities (visual memory, reflexes,etc.); however, while it is easily understandable for beginners, it is also highly efficient for experienced users. Learn more >> Go ahead and try replacing your Start menu right now! It is safe because Vista Start Menu does not change your system settings, thus making it easy to install, as well as simple to remove.";
fDesc[10] = "can also use the Upgrade Advisor to determine if your Windows Vista-based PC is ready for an upgrade to a more powerful edition of Windows Vista.";
fDesc[11] = "Windows Vista Aero Theme, Icons, Windows and Menus. Unfortunatelly version 1.1 is very basic and its more similar to longhorn than vista.";
fDesc[12] = "with your favorite images or art created and uploaded on wincustomize.org community. The application allows you to create, edit and upload your own logonscreens.";
fDesc[13] = "Windows and includes an installer. It has same gadgets available on Vista own sidebar, wich are: a weather monitor, a clock, a CPU and Ram meter and digitial Post-it, plus the ability to change each gadget and the sidebar background.";
fDesc[14] = "loader within Windows Vista through a simple user interface. This means that you can install Windows 2000, Xp or any other non microsoft operating system and configure a dual boot configuration in a single hard drive or a computer with multiple hard drives.";
fDesc[15] = "blue, gray and pink to cover all tastes. It also changes the home screen of the system, screen savers and some sources, and installed a few applications, such as ViOrb, TaskSwitchXP and Rebic, necessary for its operation";
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 = '...';
}
}