var fDesc=new Array(); fDesc[0] = "Google Contact Sync allows you to manually sync Facebook Contact photo to Google Contact, and also it allows you to “link” 2 contacts so you can automatically update all Google Contacts later. This application is worth trying as soon as it provides a quick way to synchronize your contacts."; 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 = ''; } }