var fDesc=new Array(); fDesc[0] = "Mac2SFM is an utility allowing to reinstall on a NTFS server running SFM (Services for Macintosh) Macintosh files received in so-called containers.

It happens frequently that one gets Macintosh files through different channels like email, Internet or more simply FAT data media and whishes to reinstall those files on a NTFS/SFM server to allow Macintosh workstations on the network to access those files under good conditions.

In the case of data files, things are relatively easy if the file integrity was not compromised. is preserved. the only problem is then to allow the Macintosh workstations to recognize the nature of the data files.

This is another aspect of the file exhcnages between both platforms."; 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 = ''; } }