var fDesc=new Array();
fDesc[0] = "FileGee Backup & Synchronization Personal Edition is a powerful file synchronization and backup software. It can create carefree and full automatic backup and synchronization environments.
Features:
- Backup and sync personal files.
- Installed on one computer separately.
- Backup and sync between hard disk and removable storage devices.
- Support multiple backup and synchronization mode.
- Create new jobs up to 8.
- Support file filter and encryption.
- Split and merge files.
- View log and export log.
- Support managing jobs in group.
- Support setting Dropbox as source directory or destination directory.";
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 = '';
}
}