var fDesc=new Array();
fDesc[1] = "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[2] = "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[4] = ", 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[5] = "every file, organize the data in different ways and much more. Composed with a list of editing commands like delete, fill, find and replace it provides two types of editing modes.";
fDesc[6] = "files in the drive and folder you select and lists them on a listview style window. This program produces info files (NFO), checksums (SFV/MD5) and playlists (M3U/PLS) and list them in order to post binary files to usenet.";
fDesc[7] = "on the USENET. MIME, UUE, base64, yENC (multi-parts with auto-combining), XPAT-search, NZB-files, SSL-connections, RAR-files, Posting and much more.";
fDesc[8] = ", 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[9] = "Easy-to-use and powerful, it provides many unique features making hex editing a breeze. Beginner's tutorial included.";
fDesc[10] = "text or binary file, and it's an excellent source editor for Web page authors, developers, and programmers.";
fDesc[11] = "manipulation of disk drives, binary files and system processes can be done very easily using the Hexprobe application. The intuitive environment and extended functionality provided by Hexprobe makes the task of manipulating contents of system processes a breeze.";
fDesc[12] = "Version 2.0.0 (Beta Release). Some very great functionalities and features are available in this version and the graphical interface are greatly enhanced with new and easy controls. I invite you all to experience the powerful tools and utilities along with digital image editing and processing appliance of Oriens Enhancer GOLD, all clubbed to one Software, and even great than that, it's FREE.... Some New and Hot Features in Oriens Enhancer GOLD: 1) GIF Animator Cum Frame extractor. With this feature, you can view animated GIF image format and extract all the frames (constituent images) with live preview of all the available images that make up the GIF image. There is also an image File Treeview Browse control for easy search and view of GIF image. You can play, Pause, load, Unload currently animated GIF or you can Save all the Constituent Images in one time (Batch Save). You can start...";
fDesc[13] = "slow internet connection you will be able to download it really fast. Copywriter can be used in almost any computer, it runs perfectly on a Pentium 100 Mhz. It opens .txt .rtf .doc and binary files.";
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] = "quickly and conveniently.";
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 = '...';
}
}