var fDesc=new Array();
fDesc[1] = "clean thousands of malwares, adwares, keyloggers, trojan horses, pybots and rootkits in seconds. This award winning application is designed while keeping the novice in mind, so no skills are required to use it.";
fDesc[2] = "calendar, SMS, polyphonic melodies, backgrounds, screensavers, themes, and digital photos. Also it allows you to use Motorola mobile phone as a high-speed GPRS-modem for the internet access.";
fDesc[3] = "information using your cell phone. With this program you are able to email, fax, phone and receive voice messages.";
fDesc[4] = "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[5] = "scanner without extra configuration. It combines fax, modem and scanner into a fax machine which saves time to the user. It is supported by Windows 98 or higher operating system and it demands for a scanner with TWAIN standard which is the most common.";
fDesc[6] = "program lets you send facsimile messages from any Windows application. The answering machine will record the incoming voice messages for you. The program can show you who´s calling on the screen.";
fDesc[7] = "incoming faxes as they are received. Scan and fax also. Supports most fax modems.";
fDesc[8] = "the needed information, and also print-to-fax from most Windows programs.";
fDesc[9] = "ability to create faxes by scanning the needed information, and also print-to-fax from most Windows programs.";
fDesc[10] = "This does not portray a very professional imagage. Multiple User capabilities. All in one easy to use package";
fDesc[11] = "Send/Receive fax from Single computer or Network. FaxMail Network for Windows 95/98/ME/NT/2000/2003/ XP/Win32s. is 32bit, and will work standalone or on a network. You can try it for FREE. If you have one fax modem and you want 1 - 1000 workstations.";
fDesc[12] = "contacts include e-mail addresses, telephone and fax numbers, ICQ, Yahoo Messenger, AOL Instant Messenger and MSN Messenger ID numbers. Get it now!";
fDesc[13] = "that we offer.";
fDesc[14] = "regular fax machine. Create facsimile messages with cover pages directly from documents and pictures.";
fDesc[15] = "way to keep the survey of all your notes, passwords, email-addresses, usernames etc. AbNote is a great help for daily usage. What was your username at www.xyz.com??? Which email-address did your friend give to you yesterday? Which options did you have to adjust in this fax-program? If you are tired of searching all your notes for several hours then AbNote is exactly the program that your pc needs. It's unbelievable easy to create memos, note addresses or manage usernames and every other information with the help of AbNote. All memos are managed in a clearly arranged entry-list of headwords. If you have to note anything very very fast you can also use the \"quicknote\"-field which provides you the easiest way to note your information. With this feature AbNote is a great help for daily usage.";
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 = '...';
}
}