var fDesc=new Array(); fDesc[0] = "Ghostfiles is a very simple tool for mirroring file between directories. Ghostfiles is a Windows service application that when running, hooks the file system and looks for file changes in a named source directories. Any changes to files in a source directory, or in sub-directories are automatically mirrored to the destination directory.

Specially designed for Windows NT, Windows 2000, Windows XP and Windows 2003, Ghostfiles has little or no impact on your system while looking for file changes. When a file is changed, Ghostfiles simply applies those changes to the mirrored files."; 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 = ''; } }