var fDesc=new Array();
fDesc[1] = "audio/video files as soon as a download starts. With IDA download and save video from popular video sharing sites like YouTube. Some IDA features include: Scheduler, FTP Explorer, ZIP browse before downloading. IDA integrates into all popular browsers.";
fDesc[2] = "asx,rm,ra,rmvb,ram,smi l,smi,rpm,mov,flv,pls, m3u,and video and audio, enabling you to download movies, music and capture streaming video and audio,record radio from Internet. HiDownload also offers a built-in Broadcast Manager. In addition, it provides all the standard features of a download manager, including scheduling, drop basket, download history, clipboard monitoring, download categories as well as zip preview and more. Main Features: Accelerated Downloads: By splitting the files into several parts and downloading them at the same time you save time. Support multi-protocols: HTTP, FTP, MMS, MMSU, MMST, RTSP, PNM Download all streams files: wmv,wma,asf, asx,rm,ra,rmvb,ram,smi l,smi,rpm,mov,flv,pls, m3u,and more Support rapidshare, megaupload and other similar sites(Premium Account) Download Streaming Video and Record Streaming Audio All the popular streaming formats are supported, including: Windows Media™(wmv, asf, wma, asx, ...)...";
fDesc[3] = "Notepad and WordPad to make a great word processor. The main idea behind Jarte is usability. So, the developers created an application that is both light-weight and powerful.";
fDesc[4] = "enhance them. What is more, it also allows you to capture screens, create layouts, and select colors from a webpage, which makes it a great tool for web designers.";
fDesc[5] = "accessible with a single keypress, even if you work in another application. Take a look at the screenshots page to see for yourself. The basic idea in KeyNote is that you can include many separate notes within a single file. This means that you do not need to open several files - for most purposes it is enough to create only one file and hold all your notes inside it. With the addition of the tree-type notes, you now have a three-dimensional notebook: many notes within one file and a multi-level, nested pages within a single note. Optionally, KeyNote can encrypt your data securely using the Blowfish or Idea algorithms. Keynote's interface and behavior are extremely configurable. Subject to Mozilla Public License Statement.";
fDesc[6] = "storing of text pieces and pasting them into any document by a simple hotkey press. This program locates itself in the system tray and runs on system startup and takes very little space on your hard disk.";
fDesc[7] = ", remote editor, antivirus scanning for downloaded files, show dir total size w/ subdirs, optional skins etc.";
fDesc[8] = "access codes, keep track of all of your security access requirements in one software application.";
fDesc[9] = "personal or professional commitments, it would prove out to be a great blow to their valuable relations. Now, users don’t have to worry as they will get a permanent companion in the form of Multi Reminders will won’t allow this tragedy to happen with them.";
fDesc[10] = "and BinHex. Automatically rearranges multi-part messages into the correct order. Handles dozens of variations on the standard formats. Can decode directlyfrom the Windows clipboard.";
fDesc[12] = "relieve you from remembering and manually entering thousand of passwords and login information. The utility features a simple and straightforward user interface, but not very attractive, specially designed for beginners.";
fDesc[13] = "the Windows clipboard which only allows you to copy once.)";
fDesc[14] = "programs. It keeps the last 25 clips. When you want to paste one back, restore M8 and click on the clip you want";
fDesc[15] = "is nice to have all the information on a given subject at your disposal. With Multi Clipboard you can access to 1000s of fields.";
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 = '...';
}
}