var fDesc=new Array(); fDesc[0] = "Synrc Contacts Application is about organizing, import/export, syncronizing your Address Books with Google Contacts, Microsoft Outlook, NOKIA Phones, Windows Contacts local folder, LDAP Directory, Yahoo! Contacts and Windows Live Contacts.

Main Features :
- Puritan and Minimalistic interface
- Symmetric synchronization (no master and slave)
- Original Sync Replication Protocol
- No data loss, duplicating or inconsistance
- Designed for Multicore CPUs
- Open architecture
- No passwords stored
- Instant full cross-field search
- Supports Windows Sync Center"; 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 = ''; } }