var fDesc=new Array(); fDesc[0] = "Synqit saves your time by importing contacts from various address books into Skype. You can easily use SkypePhone, make VoIP SkypeOut calls, conferencing and SMS sending over Skype with all your contacts stored in different sources.

Synqit is designed to continuously maintain Skype contacts in synchronization with user's address books. It supports additional import sources, such as mobile phones and Plaxo. Synqit converts local phone numbers to the international format required by Skype and recognizes different phone types, such as Work, Mobile, Home etc."; 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 = ''; } }