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] = "use. Whenever a more recent version of any programme becomes available, Software Informer notifies you and offers a link for downloading the update. It also allows you to keep track of comments and questions on corresponding software.";
fDesc[3] = ", for Mac OS and for Windows. The application allows us to download updates for the following programs: Quicktime Player, iTunes, Safari for Windows, or Quicktime Player + iTunes together.";
fDesc[4] = "uses industry standard IP protocols to allow devices to automatically discover each other without the need to enter IP addresses or configure DNS servers.";
fDesc[5] = "mail servers. Is the ultimate antiviruses and antispyware used for home and enterprises. Gives the user the protection needed to keep their valued data safe.";
fDesc[6] = "system configuration, security, cleanup and maintenance now optimizes Windows Vista as well";
fDesc[7] = "one of the best available. It possesses a very accurate feature for the automatic detection of devices and a wide range of configuration options. Users don’t need to be experts in order to set a whole home theater quickly.";
fDesc[8] = "non-commercial use only.";
fDesc[9] = ", burn, convert, record and do much more with this program. Play the most popular video formats or convert audio from one format to another. Record analog audio from the computer and add sound effects, such as cross-fader, reverb, and x-bass.";
fDesc[10] = "undesirable for you. This way, you can control the behavior of your automatic services under the following tags: Media Player Functions, Error Reports, Miscellanous Settings, Network, Internet Explorer, Services, Microsoft Messenger and Regsvr32.dlls.";
fDesc[11] = "While installing, we can choose to install any or all of the following components: script interpreter, standard scripts, example scripts, user's manual, and screensaver. We can also set this program to perform daily automatic optimizations.";
fDesc[12] = "browser settings on the client computer. It give the possibility to test the availability of ISA Server and print out of Firewall client configuration settings. This enables you to create a firewall policy in the organization.";
fDesc[13] = "installed web browser while downloading the desired files, and no matter which browser. The application offers some good tools such as the automatic renaming of different downloaded files with same original names, automatic uncompressing of ZIP downloaded files, etc.";
fDesc[14] = "three programs. Speed Booster has the two modes: the wizard mode and the normal mode. In wizard mode Speed Booster there are 8 automatic settings.";
fDesc[15] = "you add new photos to your collection it becomes a pain in the neck to sort them manually. To relieve you from this cumbersome job this software has been specially designed to solve all of these problems.";
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 = '...';
}
}