var fDesc=new Array();
fDesc[1] = "Bars\". Microsoft Engineers now thougth it would be a good idea to change all the menus in order to make easier to see at a glance, Lets wait a little and see what the users think about this new experience. I think the change is good, but not that good.";
fDesc[2] = "links, you only need to chose what you want to watch. The program interface is in portuguese language, and most of the channels are from Brazil. You can watch lots of channels grouped in packages (even radio stations), and you can even download more packages from the web.";
fDesc[3] = "with a fresh new look. Change the look and feel of your desktop icons with this amazing tool. This tool comprises a package of icons and is able to change or replace hundreds of icons on your Windows.";
fDesc[4] = "includes support for IPV6 and Teredo, a compatibility protocol for IPV4 and IPV6 systems on a NAT. It also have a better integration with Windows Vista and new torrent connection distribution that should increase speed.";
fDesc[5] = "other kind of archive. One good thing about this application, besides the fact that it is universal by nature, is that it is really compact, which makes it accessible and easy to use. You can even use this app to extract files from MSI installation packages.";
fDesc[6] = "installations with uninstall control and feedback, access to registry keys, INI files, etc.";
fDesc[7] = "This incredible program allows you to cut-and-paste math into any one of a growing number of MathML-compatible software packages, such as Maple and Mathematica.";
fDesc[8] = "one, by generating new classes or selecting them from other packages. In order to use this editor you must have any version of Java Development Kit on your system.";
fDesc[9] = "care about creative persons and released the phones’ platform Series 40 software - Nokia Series 40 Theme Studio. Using it you can develop and edit design themes.";
fDesc[10] = "that improve application management. It will organize your application in Features. It provide preview of contents before installation with support of rar or zip files so you can choose what to install.";
fDesc[11] = "other plug-in presets. The enhanced Preset Manager is now a standalone application that you can use to back up, transfer, and delete user-defined effects presets for ACID, Sound Forge, and Vegas software. Using this software you can save time in accessing most commonly used settings.";
fDesc[12] = "Pascal programming. It's similar to Delphi IDE when Borland was in charge of it. It provides the possibility to import Delphi files, like units, projects and packages. Its GUI is friendly and easy to use. It runs in Windows, Linux, FreeBSD and MAC OS platforms.";
fDesc[13] = "which, working together can help you to keep your computer running fast and safe. This index-like tool will organize the wide variety of options available into what is so called “packages,” so you can gather all the required “pieces” without losing much of your precious time.";
fDesc[14] = "The start menu, taskbar, even the panels and windows of all modern applications get a new look with the click of a button";
fDesc[15] = "This application is completely different from the rest for it has two explorers present on the main window, where the users have to select the files for compression in the left pane and do the same in the right side for extraction.";
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 = '...';
}
}