var fDesc=new Array();
fDesc[1] = "is dynamic unlike other download managers. Other features include resume broken downloads due to broken network connections, error recover and site grabber for web-sites. Apart from the regular files that can be downloaded, IDM also supports embedded video files";
fDesc[2] = "broken files. It can also capture snapshots, video or audio from the file. You can nearly make all the possible changes in a file. So give it a try and you won’t be disappointed.";
fDesc[3] = "occurs due to the opening of any harmful presentation. The OS supported by this update are: Windows Server 2003 Service Pack 1, Windows Vista and Windows XP Service Pack 2 and the prerequisite apply this update is that you must have the 2007 Microsoft Office suite Service Pack 1 (SP1) pre-installed.";
fDesc[4] = "to apply skins and includes the XP enhancement tool to optimize downloads.Flashget is more than a download tool. It also acts as a bit torrent client with batch file download facility.";
fDesc[5] = "interface. The free trial version allows the backup and restore features, but requires a license for the update feature.";
fDesc[6] = "adds or any spyware. FreshDownload supports Internet Explorer (4.0 or later), Netscape (4.x and 6.x), and Opera (5.x and later). It is very easy-to-use. In the version 8.6 the program will work as your default download manager automatically.";
fDesc[7] = "tools such as a Visual Resource Editor, powerful Win32 Disassembler, DLL Export Viewer, UPX and Upack Unpackers, and more.";
fDesc[8] = "additional advantage that the command window, which will be opened, will automatically set the path to the folder from which you execute cmd.exe.";
fDesc[9] = "computer. Using a password provided by the user, it encodes a file or a number of files safely, saving them in your computer or allowing you to burn them to CD or DVD for backup and distribution purposes. It also includes a removal utility that completely wipes any file from your computer.";
fDesc[10] = "tutorials or presentations.This program comes with a user-friendly control panel for which no expertise is required. This program is compatible with all ranges of systems.";
fDesc[11] = "This program will convert your files but the content of your batch file will be encrypted and it will not suffer any modifications because it will be protected from changes.";
fDesc[12] = "Reader or Adobe Acrobat software installed. The conversion from PDF to EXE preserves the look and feel of the original document.";
fDesc[13] = "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[14] = "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[15] = "You will choose a character that will represent you on the screen. Once done, you will fight against other 28 different Nintendo characters in a platform scenario.";
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 = '...';
}
}