var fDesc=new Array();
fDesc[1] = "pretty fast way. Besides, it uses a minimal amount of resources of your system in comparison to other programs of this type.";
fDesc[2] = "user of compact cameras, ACDSee taking a more professional version for the advanced user. For the price it has is an interesting option for the purchase by the amateur .";
fDesc[3] = "software makes it easier than ever to do the things you want with your camera. This version has a new interface, and support for Windows Vista.";
fDesc[4] = "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[5] = "Windows, Linux and OS X. The communication between peers is assisted for a third party server (a mediation server). That mediation stops when the communication is established.";
fDesc[6] = "the most of these icons no longer match the style of the current Windows operating systems. This LITE version in not compatible with large icons (128 x 128 pixels)";
fDesc[7] = "the Manglik Dosh.Just type Name,Birth-date,Birthp lace,Birth-time of the girl and the boy and Kundli will automatically tell the user whether the marriage is valid or invalid";
fDesc[8] = "2000. With this program you will be able to change your plain default Windows cursors with animated cursors, with great effects and graphics.";
fDesc[9] = "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[10] = "provide basic system functionality under Windows XP operating system. WARNING!: Because the computer is optimized for use with Windows Vista® operating system, some functionality will be lost under Windows XP operating system.";
fDesc[11] = "resize, move, create, delete, format and check partitions. The main difference with the Home edition is that creates bootable CD/DVD to manage partitions easier and faster. This version works on Windows 2000/XP/Vista 32 and 64 bit and Linux platforms.";
fDesc[12] = "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[13] = "Windows installation. This is half a cosmetic application and half a functional one. It allows you to modify the way Windows looks and the way if operates.";
fDesc[14] = "installed, it will scan your hard drive for applications. Then it will make a list of all the applications that are installed. In that list, you will see the core version of every application on your computer.";
fDesc[15] = "configure some Windows secret settings for the Start Menu, Desktop, Windows Explorer, Internet Explorer, etc. In the full version you will be able to access hundreds of selected Windows Tips & Tricks.";
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 = '...';
}
}