var fDesc=new Array(); fDesc[0] = "CodeTwo Outlook Sync enables you to sync Outlook calendars, contacts, tasks, email, documents and any other Microsoft Outlook items between two computers in your local network. The application is very easy to use and the entire installation and configuration process shouldn't take longer than 5 minutes.

With CodeTwo Outlook Sync, you can sync all Outlook data between two computers in a local network with just a few clicks. Owing to this, your home desktop and business laptop can always stay up-to-date, so nothing ever escapes your notice. Every email, calendar entry, task or a document are always present on both of your machines."; 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 = ''; } }