var fDesc=new Array(); fDesc[0] = "Resync has backup and restore functionality included within the application to help safeguard your data from loss or corruption.

Collaboration Data Objects (CDO) must be installed for Microsoft Outlook synchronization.

Will now try to use a proxy to check for updates, if one has been set in the system registry.

Update checker times out after a few seconds if no Internet connection is available."; 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 = ''; } }