var fDesc=new Array(); fDesc[0] = "PC-Mac-Net FileShare is a fast and efficient file sharing, data backup and remote media playback controller which operates over LANs and the Internet. Versions are available for Windows, MacOS X, MacOS Classic and Linux (i86).
Auto discovers all Windows, MacOS X, MacOS Classic and Linux computers on a network
Setting up an Internet file sharing workgroup only requires entering the same workgroup name
Synchronize folders between your home and work computers over the Internet
File access is protected by highly secure 896-bit encryption
Automatically renames files to ensure cross-platform file name compatibility
Broken file transfers (due to modem dropouts, etc.) can be resumed
Powerful incremental data backup system with scheduling
Ready-made backup plan templates for purchased iTunes music, photos, etc.
File data integrity is verified during backup and recovery using MD5 digital signatures
'Alert Only' mode is perfect for rolling backups of a working folder (eg. a thesis)
Data is restored using a simple file explorer interface (which accepts search criteria)
Data can be restored to its original location or saved to a selectable new location
Backup logs and restore logs provide detailed information about all file transfers
Remote media playback controller turns any computer into a media center PC
One computer can control media playback on multiple remote computers
Supports a very wide range of media formats including MP3, DivX and H264
MacOS Classic version omits the data backup and remote media controller functions
The Lite Edition has transfer file size, backup and playback time limits
The commercial Standard and Professional Editions have no limits"; 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 = ''; } }