var fDesc=new Array();
fDesc[1] = "archives or zip files, what is this? Well, zip files are archives used for storing and distributing files and these can contain 1 or more files. WinZip has a feature called Wizard, which will take you through the entire program, helping you to compress wisely.";
fDesc[2] = "an important event. The tasks are divided in categories including web design, support, development, meetings, information and call.";
fDesc[3] = "from the main window to perform a desired action. You can split any large file into a desired number of files, merge them back into one or convert to/from WMA, WAV, OGG or MP3 formats.";
fDesc[4] = "tabbed interface. Search files, strip HTML tags and format text quickly. Use macros and collect text clips automatically on a paste board.";
fDesc[5] = "very distinct as compared to the rest, Agent supports vEnc encoding and along with that it joined multi-part binaries. It is among the first group to do that. It has a vast set of commands that can be used for searching, filtering and navigation.";
fDesc[6] = "features more than 150 3D levels and 3 difficulty settings, which include original maze-like scenarios full of adventure and action. The graphics are awesome and the characters are very funny and colorful.";
fDesc[9] = "backed up. This application features a nice and user-friendly GUI, with several wizards that provide several already configured settings for us to choose the project that suits us best.";
fDesc[10] = "of files. You can then send, store, record, carry, upload, view, or play them.";
fDesc[11] = "small plugin for Internet Explorer that makes it easier to search for the information that really matters to you. With a single click, ChunkIt! searches the contents hidden behind the links on any Web page to extract the valuable information, also known as \"chunks\".";
fDesc[12] = "save their photos from stealing from Web. Skix breaks the picture to small chunks, so 'Save Picture As...' button cannot be used to save the whole picture anymore. Besides smashing the picture itself, SKIX also generates the corresponding HTML code, so the original HTML documents can be modified to use the smashed picture with ease.";
fDesc[13] = "This algorithm is a strong encryption algorithm using a private key, therefore keeping your data safe. Freeware.";
fDesc[14] = "How your message is communicated is as important as the message itself. When you have that elusive combination of message, passion, and presence -- eloquence flows. FloPrompter is one of the most innovative PC-based teleprompter solutions on the market! Why spend hundreds of dollars on proprietary hardware-based solutions when you already have a PC? FloPrompter is both affordable and it runs on Microsoft Windows-based PCs. FloPrompter is the only teleprompter solution which offers "broadcast segments" -- the ability to break your text into multiple chunks to better support the digital capture and editing process. FloPrompter is one of the few teleprompter solutions which supports "rich formatting" (e.g., bullets, bold and color). Our product also is the first to offer the exciting new Windows Vista look and feel and an unparalleled degree of user customization. We...";
fDesc[15] = "disks or sent by email.";
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 = '...';
}
}