var fDesc=new Array();
fDesc[1] = "possibilities, which include: Servers, web based, and Kad. It is a completely free of charge application also free of adware, spyware and any other kind of intrusive programs.";
fDesc[2] = "for ZIP/ARJ/LHA/RAR/UC2/TA R/GZ/CAB/ACE. Command line, full text search also in packed files, button bar,FTP client.";
fDesc[3] = "nice, easy and intuitive interface will help you manage all kind of text formats and programming languages such as HTML, PHP, Java, Perl, Javascript.";
fDesc[4] = "the way to go when you need to download big files at fast speeds and NewsLeecher makes that process a lot simpler. The application is divided into tabs for easier access. The first tab that you will see is the Manager tab, where all your newsgroup servers will be stored.";
fDesc[5] = "with the ease and flexibility of a word processor.";
fDesc[6] = "supports Mac OS X and Linux. Unlike many other newsgroup readers/usenet readers out there, SABnzbd servers only one purpose: to download the binary files attached to newsgroup posts.";
fDesc[7] = "efficient way, and as a result, you will avoid the annoying problem of having to use many programs to open different types of files. In addition, the program offers you a nice and easy-to-use interface.";
fDesc[9] = ", hex, decimal, float, double and binary data. This incredible program allows you to view, modify, analyze hexadecimal data and binary files, edit, exchange data with other applications through the clipboard, insert new data and delete existing data, as well as perform other editing actions.";
fDesc[10] = "decode binary posts. The program is very easy to use and intuitive, and features a nice user interface. It supports SSL connections and allows you to download from multiple locations simultaneously to your news servers.";
fDesc[11] = "machine. Use our unique Binary Templates technology to understand any binary format. Includes a whole range of powerful analysis and editing tools.";
fDesc[12] = "the news in text articles, it is designed to run in Windows or Linux operating systems. The software supports multiple news servers at the same time, providing us the option to have various sources of news and save them using this application.";
fDesc[13] = "list of newsgroups available, and subscribe to all those newsgroups that we might find of interest to us. We can also download any content from the newsgroups, and use the internal image viewer to view our received images";
fDesc[14] = "their computer. It doesn’t matter whether the file is in text format, html, exe, msi or others; this tool allows you to view the file in binary form. Using PX Binary Viewer you can have a peek inside the binary files which are not viewable using standard text editors and viewers.";
fDesc[15] = "desktop. This small utility makes it possible for us to add a touch of distinction to our desktop. This clock shows the current time (hour, minutes, and seconds) either in BCD mode (by default) or in binary mode.";
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 = '...';
}
}