var fDesc=new Array();
fDesc[1] = "files with other users in the fastest way via Gnutella network. We can share all types of files, including audio, video, programs, images, documents, etc.";
fDesc[2] = "including PDF documents in the searching process, you need this software. Why is that? Because standard search engines doesn't understand PDF language so they need a “translator” to help them up.";
fDesc[3] = "(landline or mobile). It provides a good service at good rates, but they depend on the country the call is made to. A PC with internet connection, headphone and a microphone are required.";
fDesc[5] = "cheaper than the average video editing application, but I guess the functionality isn't anything new, seeing that there are many applications that do the same.";
fDesc[6] = "developers there are in the world of video/audio conversion. This is yet another application of that kind. This application tries to get a share of the video conversion market. It bundles two applications in one: a DVD ripper and a video converter.";
fDesc[7] = "From your private collection of love songs to entirely homemade video clips – everything's possible! For your songs, music videos, video emails, karaoke shows, funny clips, and much more.";
fDesc[8] = "application needs at least 30 MB of free space on your hard drive, as well as a processor with a good speed to provide you with Internet-based calling free of interruptions. BudgetSip allows you to add as many contacts as you wish and it is available in more than 10 languages.";
fDesc[10] = "computer. We can download and test the fully featured version before buying it. We can purchase the game in a CD or by download which is much cheaper. The free trial version for a single player allows us to play 14 matches.";
fDesc[11] = ", ASF, AVI, DAT, DivX, DV, VD EVOB, FLC, FLI, FLV, GIF, HDTV, IVF, M4A, MOV, QT, MKV, MP4, MPG, MPEG, OGM, PVA, RM, RAM, SVCD, VCD, VOB, WMV, XivD to AVI only. Features of this tool are limited. Recommended only for basic users who need AVI files.";
fDesc[12] = "Provides cheque history. Support batch printing and different types of printer.";
fDesc[13] = "Go! makes quick work of creating and displayingslide shows of your existing graphics. Unlike the 'slide shows' that come with most graphics organ...";
fDesc[14] = "Gas Price Calculator will give you the answer.";
fDesc[15] = "HTML-files. With";
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 = '...';
}
}