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] = "intuitive and very simple graphical user interface with multi-tab support, thumbnails of visited websites, enhanced autocomplete feature, password manager, and many other features. You can import all your settings from your old web browser such as Internet Explorer and Firefox.";
fDesc[3] = "occurs due to the opening of any harmful presentation. The OS supported by this update are: Windows Server 2003 Service Pack 1, Windows Vista and Windows XP Service Pack 2 and the prerequisite apply this update is that you must have the 2007 Microsoft Office suite Service Pack 1 (SP1) pre-installed.";
fDesc[4] = "problems when you are working with items in a large .pst file or in a large .pst file in Outlook. How many times this, is a big headache! When you try to backup your own .pst files or when you need to export them! Also fixes problems with the user“s mailbox";
fDesc[5] = "to provide drivers, however it includes a set of tools that could help you troubleshooting and restore your system, version 4.5 is the lastest released and its the one you will find in all Dell computers since 2001";
fDesc[6] = ", 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[7] = "settings. The program detects the presence of any wireless networks within range of the adapter, providing automatic configuration and connection.";
fDesc[8] = "help the customer setup a basic wireless connection. It offers same functionalities includes on Windows XP / Vista Wireless manager plus some enterprise level features howeever I found it buggy so I recommend to stay with Windows Wireless client.";
fDesc[9] = "of the HP Deskjet Series printers. The most common issues with printers like device identification, device communication, spooler configuration, port configurations can be resolved with this utility.";
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] = "troubleshoot issues that can vary from a network problem to application compatibility. Windows support tool is only available on Windows XP, isnt installed by default and can be installed from Windows Installation CD or downloaded from Microsoft Website.";
fDesc[12] = "Security... that won?t slow you down!";
fDesc[13] = "will probably notice when you open this application is the HUGE (it's not that big) banner at the bottom. I know this is a free application and all, but did they really need to blind me with flashing banners while I am trying to burn a couple songs?";
fDesc[14] = "techs to take control of customer computer through a broadband internet connection. The most significant feature in version 1.1 is the reconnect after reboot functionality, which allows the session to resume without requiring a new session to be started.";
fDesc[15] = "memory is indeed the vital part that needs to keep on performing at its best. Time to time maintenance and memory optimizing is essential to keep your system better. This tool will optimize your system memory so that you get optimized performance by resolving all memory issues.";
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 = '...';
}
}