var fDesc=new Array();
fDesc[1] = "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[2] = "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[3] = "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[4] = "multiple recipients very quickly over the Internet from your computer. It is not necessary to know what their cell phone carrier is.";
fDesc[5] = ", Hyperlink, Programmable keys, Auto-Reply, Ignore, Relay, Tray icon, Print";
fDesc[6] = "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[7] = ", attachments (ASCII,binary), HTML formatting, Unicode, multiple char sets, authentication, encodings (7,8 bit,quoted-printable,b ase64)";
fDesc[8] = "application will monitor and notice it, and automatically send emails to any amount of recipients.";
fDesc[9] = "internal DNS client, so you can send emails without using your ISP mail servers.";
fDesc[10] = "Merge documents and send to multiple recipients easily through their word processing tool. Fax4Word is easy, powerful and effective.";
fDesc[11] = ", email and local area network transfers separately!";
fDesc[12] = "access multiple address book files, Outlook Express address books, and Internet directory servers (LDAP) in one window.";
fDesc[13] = "for those people who require the facility to send a text message to the whole groups of recipients at the same time.";
fDesc[14] = "customers and employees or start the email marketing campaign that will sell your products.";
fDesc[15] = "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 = '...';
}
}