var fDesc=new Array();
fDesc[1] = "a phone, back up and restore phone data, import and export contacts and calendars. This program can use the mobile phone to connect your PC to the Internet.";
fDesc[2] = "interface. The free trial version allows the backup and restore features, but requires a license for the update feature.";
fDesc[3] = "calendar, SMS, polyphonic melodies, backgrounds, screensavers, themes, and digital photos. Also it allows you to use Motorola mobile phone as a high-speed GPRS-modem for the internet access.";
fDesc[4] = "away, as if you were sitting in front of it. You can hear alert sounds, use your files, print remotely, transfer and synchronize files, link local drives to connected PCs and more.";
fDesc[5] = "applications, which serve as a link between the palm device and the computer, synchronizing Calendar and events, Contacts, Tasks, Notes or Memos in an easy, fast and reliable way.";
fDesc[6] = "wizard-like approach for executing backup tasks. Apart from just storing files to a desired location, the program also has capabilities to synchronize, mirror, and group files.";
fDesc[7] = "want to take with you and don't want to copy and paste it every time a change is made, or when you need your desktop computer and your laptop to have the same files.";
fDesc[8] = "through. Also you can create several calendars at once, add the calendar of your friend, invitations and search events in public calendars. You also learn the weather forecast here. And the main advantage of the Google Sync Calendar is synchronization with Microsoft Outlook.";
fDesc[9] = "more. With this incredible program you can quickly and easily synchronize your selected files, including the exact number of files and subfolders as well as the content of those files.";
fDesc[10] = "and notebook PCs, as well as Microsoft Ultra-Mobile PCs. Compatible with Windows Vista as well as XP and 2000.";
fDesc[11] = "However, getting to learn how exactly to use and take full advantage of its options will take you a while because of its complicated user interface and lack of wizards.";
fDesc[12] = "folders at once, analyzing folders before synchronizing them, restoring overwritten or deleted files. You can also plan synchronizations to be performed at a given time and date. Synkron runs on Mac OS X, Linux and Windows. It´s distributed under the terms of the GPL v2 licence.";
fDesc[13] = "services like Google, etc, to/from each other. For example, we could synchronize Windows Mobile device with Google. We can also edit the settings for any handheld device within a Windows PC. A lot of settings are available for us to configure, like alarms, memos, contacts and much more.";
fDesc[14] = "invitation from the owner) trough a local area network or by Internet. You can also synchronize files automatically between two or more PCs.";
fDesc[15] = "be anywhere on the disk or on an external device. This software is very useful for synchronization between two different directories over a network system. It requires very small memory and it is compatible with Windows 98/2000/2003, XP and Vista.";
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 = '...';
}
}