var fDesc=new Array();
fDesc[1] = "Firefox 3. This changes were made to improve stability and web compatibility, provide user interface enhancements, and speed. Firefox 3 now includes support to resume downloads, and a better download manager. Its general appearance has been slightly improved, with some new icons.";
fDesc[2] = "can download it free from the developer's website and install it again in case we need to. This tool have been designed for connecting our computer to the HP website and automatically check up for all of our HP devices and HP software.";
fDesc[3] = "multiplayer games over the internet and chat at the same time. You can play games with other users all over the world and join to leagues and tournaments.";
fDesc[4] = "pages into single executable files, and ultimately into working stand-alone Windows applications, which literally resemble a normal web browser.";
fDesc[5] = "tools such as a Visual Resource Editor, powerful Win32 Disassembler, DLL Export Viewer, UPX and Upack Unpackers, and more.";
fDesc[6] = "asks you to reboot your computer. Quite often, no reboot is really needed. WhyReboot checks the pending file operations that will occur after rebooting your computer, helping you to evaluate the convenience of rebooting your computer.";
fDesc[7] = "application, or fix and mark it as XP-enabled. Now supports large Vista icons.";
fDesc[8] = "in a few steps. This incredible program is intended for those people who share the same computer with others and want to protect sensitive applications from an unauthorized usage.";
fDesc[9] = "is compiled into an individual executable file working on al Windows versions. The construction of the menus is easy, quick and does not require any advance knowledge.";
fDesc[10] = "the produced executable file from the java file can be run safely, without the fear of the code being reverse engineered. It has features for hiding and encrypting the class files, so as to ensure protection. Moreover, it is capable of adding a splash screen and also to add an icon.";
fDesc[11] = "applications that run under Windows, Amiga and Linux Operating Systems. The user interface is very easy to use and offers many preferences and options for the users to set according to their own purposes.";
fDesc[12] = "for the Web users, can be added or deployed within different Windows based applications created with Visual Basic or any other programing environment. The ActiveX controls can be used along with Microsoft Internet Explorer 4.x or later.";
fDesc[13] = "simply designed and can be used by anyone; it does not require any special knowledge. It is safe, because is prevents any intrusion attempted with specialized cracking software.";
fDesc[14] = "self-extracting executable file, as well known as SFX file. 7zipSilencer is an extremely easy-to-use, intuitive application. It consists in a single window with four text boxes as follows: Select 7zip file, Select SFX file, \"Enter file name to launch\" and \"Select output file\".";
fDesc[15] = "runtime module. Consequently you need to download and install this runtime module on your system in order to view the publication.";
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 = '...';
}
}