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] = "server, or optionally the built-in SMTP engine. You can view the status of all emails sent, and generate a report that includes failed or successful deliveries.";
fDesc[5] = "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[6] = "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[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] = "easy! Import recipients from databases, Excel, text files or enter them manually. You can store email templates in both HTML and text.";
fDesc[9] = "1394 DV camcorders, PC cameras or video capture cards View images, hear audio and play video clips through an easy-to-use browser Make common adjustments and conversions to images and video clips Share images and video clips through printing, slide shows, e-mail and the web Simple & Powerful Interface Easily navigate through powerful program functions with clear and simple toolbars Browse through a file tree folder structure, similar to Windows Explorer View at-a-glance thumbnail representations of folder contents Quickly display multiple image files with Ulead Instant Viewer Easy Sharing Options Share photos with friends and family with a free account on iMira.com Make prints on high-quality photo paper with AGFAnet Internet Printing Service Print full-sized images, image thumbnails, greeting cards and calendars Optimize and send images or video clips to e-mail recipients Display...";
fDesc[10] = "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[11] = "multiple recipients very quickly over the Internet from your computer. It is not necessary to know what their cell phone carrier is.";
fDesc[12] = "why. To determine whether an e-mail is spam most spam filters examine a number of different rules: such as content, length, percentage of text, use of images, number of recipients, headers, sender.";
fDesc[13] = "Full-featured email client with spam filter,has many particular functions, support IMAP/POP/SMTP/Hotmail/ MSN;Manage messages on mail server;Many skins to select and easy to define your own skin.Local smtp server.";
fDesc[14] = ", Hyperlink, Programmable keys, Auto-Reply, Ignore, Relay, Tray icon, Print";
fDesc[15] = ", family info, business details, personal comments and more. Award winning design and network compatible.";
fDesc[17] = "messages whenever you send an email very easily. The program sits silently on Microsoft Outlook and allows you to configure its options to suit exactly your needs.";
fDesc[18] = "messages through a network, but is not another messenger clone. It has all functions that are usually included in the traditional instant messaging clients that use the web, but also includes unique features , a very simple interface and very low resources consumption.";
fDesc[19] = ", distribution lists, public folders and Windows address books. Simultaneously broadcast SMS messages to multiple recipients. Send vCard and vCalendar.";
fDesc[20] = "program, update ODBC-compatible database etc.";
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 = '...';
}
}