var fDesc=new Array();
fDesc[0] = "Individual folders or entire drives: Synchredible synchronizes, copies and backs up - with just one mouse click! A well-thought-out wizard helps you to define jobs that can be executed on request on a time-controlled basis, in the event of changes (real-time monitoring) or when connecting an external drive. This is how you keep your data in sync - fully automatically!
Our technology, which has been tried and tested for many years, not only makes it possible to copy from A to B - Synchredible also performs two-sided synchronizations. It automatically detects changes and synchronizes the last edited file safely and reliably! Thanks to the sophisticated technology for recognizing identical files, Synchredible saves valuable time; unchanged files can be skipped on request and thus also extensive data sets can be compared within a few seconds!
Synchredible can be used for local synchronization, but also for synchronizing folders in networks and on USB devices. Whether for data synchronization or data backup - Synchredible brings your data reliably to the desired location!";
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 = '';
}
}