var fDesc=new Array();
fDesc[1] = ", 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[2] = "system configuration, security, cleanup and maintenance now optimizes Windows Vista as well";
fDesc[3] = "incredible application seeks out and repairs those issues in your registry that lead to poor performance such as remnants left behind on your registry from failed installations, incomplete un-installations, disabled drivers, and spyware applications.";
fDesc[4] = "(Windows 2000, XP, 2003 Server) setup Disc. You can also create unnattended (automatic) Windows Installations, integrate drivers and patches.";
fDesc[5] = "purchase without accessing the eBay website. This application came in an \".air: package; previously you need to be register with adobe for the installations of this type of files but now you just need to install Adobe Air.";
fDesc[6] = "blocks spyware, viruses and worms; repairs and maintains the PC health; monitors new software installations and reverses the installation if you decide you don't want the software; cleans up unwanted cookies, cache, and temporary files that slow your computer's performance; among other features.";
fDesc[7] = "registry entries caused by software installations and un-installations that went awry! Registry First Aid can fix that!";
fDesc[8] = "installations with uninstall control and feedback, access to registry keys, INI files, etc.";
fDesc[9] = "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[10] = "not want in your Windows Vista Setup Disc and It also lets you do the opposite, integrate drivers, updates, language pack or service packs in the setup easy! However due to the all new Windows Vista Imaging system, you should get some files from Microsoft that requires patience!";
fDesc[11] = "getting slower - it's Windows that's getting clogged up. One of the main reasons for this is garbage left over by programs that don't get removed properly.";
fDesc[12] = "registry entries caused by software installations andun-installations that went awry";
fDesc[13] = "desktops around the world, its technology allows you to create high-quality facilities for Windows and extend them to configure database servers, Web services, and mobile devices, among others.";
fDesc[14] = "in the most expensive tools. Although AIW is feature packed, the user interface is still intuitive and easy to use";
fDesc[15] = "professional developer needs and saves you time and money by making installations easier, faster and more reliable!";
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 = '...';
}
}