var fDesc=new Array();
fDesc[0] = "BestSync ® 2010 is a professional folder/file synchronization utility, for sync/backup files between your local folders and Network Drives, FTP servers, Removable Media (such as an USB disk).
BestSync 2010 provides following solutions:
1. File Backup: Automatically backup your critical data to external storage, NAS, FTP, network volume by a flexible schedule. Supports "Volume Shadow Copy" service to copy open/locked file, and manages the historical versions.
2. FTP Sync: Upload/download only changed files to/from FTP server by schedule. Distributed branches of a company can use BestSync to keep the data being same automatically.
3.File Sync, PC Sync: Keep files and folders be same between your laptop and desktop computers. This enables you to work with files on either computer and always be sure you are working with the latest version.
4. USB Sync: Synchronize file between PCs, office and home by USB drive.
5. Mail Sync, Mail Backup: Synchronize Outlook (mail, contact, schedule etc), Windows Mail or Outlook Express between PCs. BestSync uses MAPI to backup only new mails and contacts to external storage, FTP, network volume with encryption feature.
6. Web Publish: Publish your website by FTP in a very simple and sure way. Only changed files are copied to the server.
6. Business Suitable: Many powerful features suitable for business solution. Please refer to following feature table.";
function tShowHide(id, show)
{
var s = document.getElementById("desc");
if ((s.innerHTML.length<=212 || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
if (document.getElementById('m1'))
document.getElementById('m1').style.display='none';
if (document.getElementById('m2'))
document.getElementById('m2').style.display='none';
if (document.getElementById('more_txt'))
document.getElementById('more_txt').style.display='inline';
}
else
{
s.innerHTML = '';
}
}