var fDesc=new Array(); fDesc[0] = "FileMyster is a free administration tool that allows seamless automatic and manual synchronization between folders. It was developed to make life easier for admins where they can depend on FileMyster to do all their server synchronizations automatically. FileMyster can also be used to sync your music, movies, documents, etc.between your computers. So FileMyster is perfect for office and home.

Main Features:

- Synchronizes latest files only.
- One way/two way synchronization.
- Have the exact same files with full mirror (source/destination) or half mirror(destination only).
- Specify which File types to sync/not to sync.
- Schedule synchronizations daily, weekly, monthy or on a used-defined period.
- Automatically backups overwritten/deleted files when configured to do so.
- Individual(Samba) slot authentication.
- Fully detailed log after each sync.
- Configure each slot separately with unlimited number of slots.
- Auto-sync service Integrated with Active Directory Accounts.
- Portable application available.
- No nag or addware (and no Splash screen any more!!).
- Say goodbye to manually checking, let FileMyster do it for you. Sit back and relax, you deserve it!"; 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 = ''; } }