var fDesc=new Array(); fDesc[0] = "The Rebit Multi-PC product needs to physically connect to the computer to perform backup operations.

Therefore, protecting multiple computers does require physically disconnecting from one computer and then to the next. Sufficient time is required to copy all the new or changed files, usually just a few minutes.

The computer that Rebit is connected to will remain backed up in a continuous fashion. Upon connection to a computer that has not been backed up for some time, Rebit will back up only those files that have been created or modified.

The computer that Rebit is connected to will remain backed up in a continuous fashion. Upon connection to a computer that has not been backed up for some time, Rebit will back up only those files that have been created or modified."; 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 = ''; } }