var fDesc=new Array();
fDesc[1] = "to calculate every aspect of your subnet configuration just in a few minutes. This incredible application generates a color-coded bit map, breaking down the network, subnet, and host portion.";
fDesc[2] = "This incredible program allows you to backup and restore email messages, address book contacts, mail and news accounts, message rules, blocked senders lists, signatures, stationeries and even your Internet Explorer favorites.";
fDesc[3] = "along with their relation. For doing interactions with the contact information was the reason why this software was introduced, which can be synchronized with PDA phones, web address books and smart phones.";
fDesc[4] = ", GloBul, World Wadja, World SMSbug, World jaxtr.com, and Vivatel. Some of the services will let you see your bill, or take contacts from your address book. Some of them will require you to enter a login name and password.";
fDesc[5] = "and intuitive user interface, very customizable and easy to use. With this program, you will be able to create notes and spreadsheets with various formatting features in different tabs.";
fDesc[6] = "information in IPD (BlackBerry Backup) files. You can retrieve an address book from IPD file, edit it and then put it back on BB.";
fDesc[7] = "keep track of family and friends but also is designed to be powerful enough for businesses to maintain large client and customer databases. It's flexible too.... allowing you to organize your contacts in categories that you create!";
fDesc[8] = "passwords. The program can import and export (.VNC) files and It has an integrated SSH client, VNC viewer and a built-in password encryption tool.";
fDesc[9] = ":) Can be used instead of messaging service/WinPopup for LAN. A lot of options for every application aspect";
fDesc[10] = "97-2000-2002-XP and Microsoft Outlook 2000-2002-XP. It supports Ansi and Unicode formats. The program lets the user add and edit all options regarding each contact such as business contact information and personal data.";
fDesc[11] = "friends. With this program, you will always have the most important information about your contacts on your computer. The application lets you add a lot of useful data, including first name, last name, middle name, nickname, title, birthday, home phone, mobile, e-mail, web, work phone and more.";
fDesc[12] = "accidentally deleted from a WAB file. It also lets you review the changes made to your contacts.";
fDesc[14] = ", calendar, and address book needs. With PeopleTracker, you will never forget that important birthday again!";
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 = '...';
}
}