var fDesc=new Array();
fDesc[1] = "includes a new interface, new tools, more document viewing options, online meeting capabilities, support for more secure workflows, and a host of other new features to help you save time and money.";
fDesc[2] = "songs you like. You can move audio files, to your mobile phone. Drag and drop audio files straight from an audio CD to the program window. Then these audio files will transfer in to the phone memory.";
fDesc[3] = "text, HTML, attachments, and subject rotation. Includes a free download.";
fDesc[4] = "simultaneously, multiple files; extract information through snapshots; organize multiple files and notes into directories; store and share your notes online. It runs on Windows XP and Windows Vista and has very few system requirements";
fDesc[5] = "chats, sending files to a particular recipient or multiple recipients at once, and sharing your directories. It includes numerous configuration options to make usage of the window more convenient and flexible. It runs on Windows 98/98SE/Me/2000/XP.";
fDesc[6] = "sender, using multiple threads for DNS sending and also has the capability to send through a SMTP server. With this tool you will be able to save email campaigns, so you can be able to track them. Each one contains all the settings that were used.";
fDesc[7] = "create a floating icon called \"DropBox\", where you can drag and drop files to be sent. You can edit the settings for each DropBox, double clicking on the DDWidget Pro 1.4 system tray icon.";
fDesc[8] = "multiple recipients very quickly over the Internet from your computer. It is not necessary to know what their cell phone carrier is.";
fDesc[9] = ", Hyperlink, Programmable keys, Auto-Reply, Ignore, Relay, Tray icon, Print";
fDesc[10] = ", attachments (ASCII,binary), HTML formatting, Unicode, multiple char sets, authentication, encodings (7,8 bit,quoted-printable,b ase64)";
fDesc[11] = "application will monitor and notice it, and automatically send emails to any amount of recipients.";
fDesc[12] = "internal DNS client, so you can send emails without using your ISP mail servers.";
fDesc[13] = ", email and local area network transfers separately!";
fDesc[14] = "Merge documents and send to multiple recipients easily through their word processing tool. Fax4Word is easy, powerful and effective.";
fDesc[15] = "access multiple address book files, Outlook Express address books, and Internet directory servers (LDAP) in one window.";
fDesc[16] = "for those people who require the facility to send a text message to the whole groups of recipients at the same time.";
fDesc[17] = "image files automatically resized (to save your recipients mail box space) before sending.";
fDesc[18] = "customers and employees or start the email marketing campaign that will sell your products.";
fDesc[20] = "Send emails to your colleagues, friends and family * Use it for automatic reminders * Doesn't require Outlook or Outlook Express * Supports HTML";
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 = '...';
}
}