var fDesc=new Array(); fDesc[0] = "Outlook Sync Db With Outlook Sync Db you are able to synchronize Outlook / Exchange with various databases.
It is possible to match all Outlook elements – mails, contacts, appointments, tasks, notes and journal entries – with the database.
For instance you are able to administer your calendar and your contacts in your CRM or your Access database. Outlook Sync Db exports your data to Outlook or rather Exchange – according to defined rules. Data matching works in both ways: Synchronize your data whenever you want to have them available on all systems.
Using the Outlook mobile phone synchronization your current and complete data are available on your mobile phone."; 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 = ''; } }