var fDesc=new Array();
fDesc[1] = ", can turn your photos into DVD movies with Hollywood style motion effects, can convert other video formats to DVD";
fDesc[2] = "Opera easily. The program provides one click solutions to cut, copy, move or grab URLs. Just use the import utility of the tool to import all the favorites and bookmarks from all your web browsers and copy or move them as you like.";
fDesc[3] = "all your FTP Servers settings in one place. This incredible program supports multiple server profiles, resumes broken uploads and downloads, and can transfer files in binary, ASCII, or auto-mode.";
fDesc[4] = "network connections made in your PC (local and from Internet), arranged in a per-application basis, and also you can limit the bandwidth usage for each one of them.";
fDesc[5] = "configure multiple SIP/IAX accounts and has multiple lines. It has all the features expected in a softphone and compatibility with lots of PBX and Voip Service providers.";
fDesc[6] = "folders from the list. You can configure the program to select the image to be used as wallpaper randomly, how much time will it remain unchanged and if you want the program to change it at every startup. Your images must be saved in JPG, GIF, PNG, TIFFor BMP format.";
fDesc[7] = "Windows Vista compatibility and 64 bit Windows compatibility as well.";
fDesc[8] = "pictures in an easy way and in just a couple of seconds. Thanks to this program, you will be able to combine your pictures and merge them into one image.";
fDesc[9] = "incoming faxes as they are received. Scan and fax also. Supports most fax modems.";
fDesc[10] = "the needed information, and also print-to-fax from most Windows programs.";
fDesc[11] = "ability to create faxes by scanning the needed information, and also print-to-fax from most Windows programs.";
fDesc[12] = "converting. Able Fax Tif View can convert multipage files to standard TIFF/FAX format, jpeg, png, bmp, pcx, gif, pdf, wmf";
fDesc[13] = "or IM. It supports input image files with the following name extensions: PNG/PSP/CUT/GIF/PCD/PI C/CEL/PBM/PGM/PPM/PDD/ PSD/BM/RGB/RGBA/SGI/RL A/RPF/SCR/PCC/PCX/EPS/ FAX/TIFF/TIF/ICB/TGA/V DA/VST.";
fDesc[14] = "to-do list manager and day planner";
fDesc[15] = "sending faxes through a fax modem to other fax machines or PCs with a modem fax, or to any fax machine in the world through the Internet. If you use your modem fax, it will dial the fax phone number and then it will wait for the carrier to send the information.";
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 = '...';
}
}