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] = "text, HTML, attachments, and subject rotation. Includes a free download.";
fDesc[3] = "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[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] = "easy! Import recipients from databases, Excel, text files or enter them manually. You can store email templates in both HTML and text.";
fDesc[6] = "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[7] = "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[8] = ", family info, business details, personal comments and more. Award winning design and network compatible.";
fDesc[10] = "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[11] = ", distribution lists, public folders and Windows address books. Simultaneously broadcast SMS messages to multiple recipients. Send vCard and vCalendar.";
fDesc[12] = "program, update ODBC-compatible database etc.";
fDesc[13] = "instant messaging for Internet developed by other companies, AlpSoft NetMessenger is based on TCP/IP (not UDP) protocol. It means guaranteed ...";
fDesc[14] = ", everything is easy and automatic! and To: addresses are extracted, including multiple cipients, with NO DUPLICATES! You get a clean mailing list.";
fDesc[16] = "image files automatically resized (to save your recipients mail box space) before sending.";
fDesc[19] = "and paste or to change ways of working.";
fDesc[20] = "emails were received and not blocked as spam. Did your message get thru? Don't wonder. Be sure!";
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 = '...';
}
}