var fDesc=new Array(); fDesc[0] = "Kylook Sync for Outlook is an add-on for Microsoft Outlook designed to synchronize your Kylook online address book with your Outlook account. After installation, you have to login into your Kylook account and start the synchronization process.

There are two ways the sync is be activated:
- Changes on your Kylook address book are updated in a few seconds into your Outlook address book
- Changes on your Outlook address book are updated in 2 minutes into your Kylook address book."; 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 = ''; } }