var fDesc=new Array();
fDesc[1] = "such as keeping your contacts database, your task list and appointments synchronized. MyPhoneExplorer has several tabs which are: Contacts, calls, organizer, messages, files and other. In each of these you can manage different parts of you mobile phone.";
fDesc[2] = "in multiple profiles, and the program comes with support for FTP and SFTP/SSH servers, ZIP compression, data encryption and a scheduler for automated backups.";
fDesc[3] = "This allows you to use your favorite applications to edit files and save them directly to the server.";
fDesc[4] = "Windows. In addition to features found in other popular FTP programs BitKinex introduces several unique approaches and solutions.";
fDesc[5] = "backed up. This application features a nice and user-friendly GUI, with several wizards that provide several already configured settings for us to choose the project that suits us best.";
fDesc[6] = "remote servers from your Windows desktop.";
fDesc[7] = "anti-virus and advanced anti-spam protection. Native Outlook support provides synchronization of mail, contacts, tasks, and calendar items.";
fDesc[8] = "pictures,emails,MP3 files,user data and much more to PC,USB flash disks,shared folders of Local Area Network,as well as FTP and WebDAV servers.";
fDesc[9] = ", HTTPS tunnel, and an advanced server side scripting language.";
fDesc[10] = ", web services and their clients. It allows you to trace the messages which these applications use for communication.";
fDesc[12] = "CrossFTP is an excellent FTP client. CrossFTP Pro is a turbo synchronization tool and FTP/FXP/FTPS/SFTP/WebD av(s). Their main features are multi-tab navigation; multi-threads engine; synchronization; unicode support; archive browsing; and more.";
fDesc[13] = "2-Way Synchronization with Google Calendar is integrated! Various options cover the needs of exchanging and synchronizing events in the iCalendar format with different applications & installations, eg. iCAL (Apple / mac.com), Sunbird or Websolutions such as Webcalendar, Google Calendar, iPhpCalendar.";
fDesc[15] = "protection. Native Outlook support provides synchronization of mail, contacts, tasks, and calendar items.";
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 = '...';
}
}