var fDesc=new Array(); fDesc[0] = "An open source tool that synchronizes your contacts between Microsoft Outlook and Google Mail.
There are a few sync options to suite your needs and it can all be done automatically, so it can be used as a backup tool.

Features

* Synchronizes your contacts between Microsoft Outlook and Google Mail.
* Supports contact categories and contact photos.
* Multiple sync options to suite your needs.
* Automatic sync.

Benefits

* Removes the hassle of entering your contacts more than once.
* Can be used as a backup tool.

Limitations

* When using GO Contact Sync with Microsoft Office 2003, Office will ask for permission to access your address book when synchronization begins.
* If two synchronized contacts have different photos, i.e the Google contact's photo is different from the Outlook contact's photo, their photos will not be synchronized."; 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 = ''; } }